Files
chatmail-core/deltachat-repl/Cargo.toml
2025-05-14 16:58:17 +02:00

23 lines
599 B
TOML

[package]
name = "deltachat-repl"
version = "1.159.5"
license = "MPL-2.0"
edition = "2021"
repository = "https://github.com/chatmail/core"
[dependencies]
anyhow = { workspace = true }
deltachat = { workspace = true, features = ["internals"]}
dirs = "6"
log = { workspace = true }
nu-ansi-term = { workspace = true }
qr2term = "0.3.3"
rusqlite = { workspace = true }
rustyline = "15"
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
[features]
default = ["vendored"]
vendored = ["deltachat/vendored"]