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:
Simon Laux
2023-05-22 21:02:30 +02:00
parent c68a2e3820
commit 482abe154e
11 changed files with 284 additions and 123 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
ansi_term = "0.12.1"
anyhow = "1"
console-subscriber = "0.1.9"
deltachat = { path = "..", features = ["internals"]}
dirs = "5"
log = "0.4.16"