mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 05:27:36 +03:00
Vainly try to port that junk to tokio 0.1
This commit is contained in:
parent
833882078e
commit
5a2529f4af
2 changed files with 50 additions and 45 deletions
|
@ -14,7 +14,7 @@ base64 = "~0.9"
|
|||
clap = "~2"
|
||||
futures-await = "~0.1"
|
||||
hyper = "~0.11"
|
||||
tokio-core = "~0.1"
|
||||
tokio = "~0.1"
|
||||
tokio-io = "~0.1"
|
||||
tokio-timer = "~0.1"
|
||||
clippy = {version = ">=0", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue