Some small fixes
This commit is contained in:
parent
d173198729
commit
42690f1d50
7 changed files with 46 additions and 24 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue