From bb012b09bc74a1b37ae662c3fc6c50aec515e832 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 27 Mar 2022 03:57:18 +0000 Subject: feat(router): async! --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3