forked from DGNum/colmena
Minor tokio cleanup
This commit is contained in:
parent
9f4d5a2221
commit
afabd8c6f9
6 changed files with 23 additions and 69 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -25,5 +25,16 @@ serde_json = "1.0"
|
|||
sys-info = "0.7.0"
|
||||
snafu = "0.6.10"
|
||||
tempfile = "3.1.0"
|
||||
tokio = { version = "1.0.0", features = ["full"] }
|
||||
validator = { version = "0.12", features = ["derive"] }
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0.0"
|
||||
features = [
|
||||
"fs",
|
||||
"io-util",
|
||||
"macros",
|
||||
"process",
|
||||
"rt",
|
||||
"rt-multi-thread",
|
||||
"sync",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue