mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
commit
742a423021
4 changed files with 307 additions and 40 deletions
|
|
@ -12,7 +12,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
tokio-rustls = "0.22.0"
|
||||
tokio = { version = "1.0", features = ["fs", "io-util", "net", "rt-multi-thread"] }
|
||||
tokio = { version = "1.0", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
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