chore: cleanup tokio features
This commit is contained in:
parent
f88ba24dc4
commit
09fa982913
5 changed files with 7 additions and 84 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue