mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Use the Tokio async runtime
This commit is contained in:
parent
beb0566201
commit
471a9927a0
3 changed files with 79 additions and 321 deletions
|
|
@ -11,8 +11,8 @@ license = "MIT/Apache-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
async-tls = { version = "0.11.0", default-features = false, features = ["server"] }
|
||||
async-std = "1.5"
|
||||
tokio-rustls = "0.22.0"
|
||||
tokio = { version = "1.0", features = ["fs", "io-util", "net", "rt-multi-thread"] }
|
||||
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
||||
getopts = "0.2.21"
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue