Files
chatmail-core/deltachat-repl/Cargo.toml
2024-08-30 22:37:12 +00:00

22 lines
595 B
TOML

[package]
name = "deltachat-repl"
version = "1.142.11"
license = "MPL-2.0"
edition = "2021"
repository = "https://github.com/deltachat/deltachat-core-rust"
[dependencies]
ansi_term = { workspace = true }
anyhow = { workspace = true }
deltachat = { workspace = true, features = ["internals"]}
dirs = "5"
log = { workspace = true }
rusqlite = { workspace = true }
rustyline = "14"
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
[features]
default = ["vendored"]
vendored = ["deltachat/vendored"]