use sidecar files

This commit is contained in:
Johann150 2021-01-05 10:59:27 +01:00
parent e68637fb1b
commit 6bbbb5ed4b
3 changed files with 34 additions and 21 deletions

View file

@ -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"