mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 21:17:36 +03:00
Rewrite without async/await
This commit is contained in:
parent
ce48cec32c
commit
f73fc5539b
2 changed files with 50 additions and 43 deletions
|
@ -12,7 +12,7 @@ categories = ["asynchronous", "network-programming","command-line-utilities"]
|
|||
[dependencies]
|
||||
base64 = "~0.9"
|
||||
clap = "~2"
|
||||
futures-await = "~0.1"
|
||||
futures = "~0.1"
|
||||
hyper = "~0.11"
|
||||
tokio = "~0.1"
|
||||
tokio-io = "~0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue