mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
add tokio console support to repl tool and create a readme for the repl tool
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user