From: Nicolas Luck Date: Tue, 17 Oct 2023 20:09:34 +0000 (+0200) Subject: Cleanup Cargo.toml X-Git-Tag: remove^2~2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=69a0725c300f58f5cf03c26d12f31eab153b5937;p=scryer-prolog.git Cleanup Cargo.toml --- diff --git a/Cargo.toml b/Cargo.toml index 3f60f4bc..6366610a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,8 +79,6 @@ crossterm = { version = "0.20.0", optional = true } ctrlc = { version = "3.2.2", optional = true } rustyline = { version = "12.0.0", optional = true } native-tls = { version = "0.2.4", optional = true } -#hyper = { version = "=1.0.0-rc.4", features = ["full"], optional = true } -#hyper-util = { git = "https://github.com/hyperium/hyper-util.git" } warp = { version = "=0.3.5", features = ["tls"], optional = true } reqwest = { version = "0.11.18", features = ["blocking"], optional = true } tokio = { version = "1.28.2", features = ["full"] }