Explicit tokio features
Somehow I thought this would make my binary smaller lol
This commit is contained in:
parent
2684d7f009
commit
0368074ea0
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -666,7 +666,6 @@ dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"mio",
|
"mio",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"parking_lot",
|
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"signal-hook-registry",
|
"signal-hook-registry",
|
||||||
"socket2",
|
"socket2",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ indoc = "1"
|
||||||
log = { version = "0.4", features = ["std"] }
|
log = { version = "0.4", features = ["std"] }
|
||||||
open = "3"
|
open = "3"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread"] }
|
||||||
tokio-stream = "0.1"
|
tokio-stream = "0.1"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
tui = "0.19"
|
tui = "0.19"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue