fix(cli): 🚑 tokio util not set as a feature dep for cli.tui
This commit is contained in:
parent
19ac6d5109
commit
22f290de50
@ -34,6 +34,7 @@ path = "lib/lib.rs"
|
|||||||
"dep:downcast-rs",
|
"dep:downcast-rs",
|
||||||
"dep:futures",
|
"dep:futures",
|
||||||
"dep:tokio",
|
"dep:tokio",
|
||||||
|
"dep:tokio-util",
|
||||||
"crossterm?/event-stream",
|
"crossterm?/event-stream",
|
||||||
"strum?/derive",
|
"strum?/derive",
|
||||||
"tokio?/tokio-macros",
|
"tokio?/tokio-macros",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user