chore: cleanup tokio features
This commit is contained in:
parent
f88ba24dc4
commit
09fa982913
5 changed files with 7 additions and 84 deletions
|
|
@ -7,4 +7,4 @@ edition = "2021"
|
|||
async-trait = { workspace = true }
|
||||
bincode = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tokio = { workspace = true, features = ["fs", "io-util", "macros", "rt-multi-thread"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue