mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 03:16:29 +03:00
make the repl tool work with the tokio console
https://github.com/tokio-rs/console/tree/main this can help with debugging async stuff.
This commit is contained in:
@@ -84,7 +84,7 @@ strum_macros = "0.24"
|
||||
tagger = "4.3.4"
|
||||
textwrap = "0.16.0"
|
||||
thiserror = "1"
|
||||
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros", "tracing"] }
|
||||
tokio-io-timeout = "1.2.0"
|
||||
tokio-stream = { version = "0.1.14", features = ["fs"] }
|
||||
tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
|
||||
|
||||
Reference in New Issue
Block a user