merge #16 from Johann150/master

loading metadata from sidecar file
This commit is contained in:
Johann150 2021-02-05 08:20:19 +01:00 committed by GitHub
commit 742a423021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 307 additions and 40 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"