mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
use sidecar files
This commit is contained in:
parent
e68637fb1b
commit
6bbbb5ed4b
3 changed files with 34 additions and 21 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