mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
23 lines
602 B
TOML
23 lines
602 B
TOML
[package]
|
|
name = "deltachat-repl"
|
|
version = "2.48.0-dev"
|
|
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 = "16"
|
|
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
|
|
|
[features]
|
|
default = ["vendored"]
|
|
vendored = ["deltachat/vendored"]
|