aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2866375..48c5342 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,18 +15,19 @@ keywords = ["gemini"]
categories = ["web-programming"]
[features]
-logger = ["pretty_env_logger", "log"]
+logger = ["pretty_env_logger"]
[dependencies]
# TCP
openssl = "0.10.38"
-# tokio = { version = "1.17.0", features = ["full"] }
+tokio = { version = "0.2.4", features = ["full"] }
# tokio-openssl = "0.5.0"
# tokio-uds = "0.2.7"
+tokio-openssl = "0.4.0"
# Logging
pretty_env_logger = { version = "0.4.0", optional = true }
-log = { version = "0.4.16", optional = true }
+log = "0.4.16"
# URL
url = "2.2.2"