Some small fixes

This commit is contained in:
Adrian Heine 2020-09-03 11:31:09 +02:00
parent d173198729
commit 42690f1d50
7 changed files with 46 additions and 24 deletions

View file

@ -10,7 +10,8 @@ users = "0.10.0"
regex = "1.0.1"
futures = "0.3"
async-trait = "0.1"
tokio = { version = "0.2", features = ["process", "io-util", "rt-core", "macros"] }
tokio = { version = "0.2", features = ["process", "io-util", "rt-core", "macros", "sync"] }
once_cell = "1.4"
[dev-dependencies]
tempdir = "0.3"