mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
21 lines
424 B
TOML
21 lines
424 B
TOML
[package]
|
|
name = "deltachat-repl"
|
|
version = "1.136.4"
|
|
license = "MPL-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
anyhow = "1"
|
|
deltachat = { path = "..", features = ["internals"]}
|
|
dirs = "5"
|
|
log = "0.4.21"
|
|
pretty_env_logger = "0.5"
|
|
rusqlite = "0.31"
|
|
rustyline = "13"
|
|
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
|
|
|
|
[features]
|
|
default = ["vendored"]
|
|
vendored = ["deltachat/vendored"]
|