From 1ea434376c62ec1901625277e87eda18613b4a59 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Sat, 22 Jan 2022 12:02:26 -0800 Subject: [PATCH] cleanup Signed-off-by: Erik Hollensbe --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71e12b7..65bb380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,6 @@ description = "ratpack is a HTTP framework designed around simplicity and ease-o authors = ["Erik Hollensbe ", "Adam Ierymenko "] license = "BSD-3-Clause" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] hyper = { version = "^0.14", features = [ "http1", "http2", "server", "runtime", "tcp", "stream" ] } http = "^0.2"