add tokio console support to repl tool and create a readme for the repl tool

This commit is contained in:
Simon Laux
2024-10-03 08:19:53 +02:00
parent aa3ef5011b
commit 2cd4af576a
4 changed files with 205 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ repository = "https://github.com/deltachat/deltachat-core-rust"
[dependencies]
anyhow = { workspace = true }
console-subscriber = "0.4.0"
deltachat = { workspace = true, features = ["internals"]}
dirs = "5"
log = { workspace = true }
@@ -15,6 +16,7 @@ qr2term = "0.3.3"
rusqlite = { workspace = true }
rustyline = "14"
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
tracing = "0.1.40"
tracing-subscriber = { workspace = true, features = ["env-filter"] }
[features]