chore: cleanup tokio features

This commit is contained in:
Jindřich Moravec 2024-02-05 23:31:14 +01:00
parent f88ba24dc4
commit 09fa982913
5 changed files with 7 additions and 84 deletions

View file

@ -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"] }