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

@ -8,6 +8,6 @@ edition = "2021"
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["full"] }
tokio = { workspace = true, features = ["io-util", "macros", "net", "rt-multi-thread"] }
proto = { path = "../proto" }