mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
424 B
TOML
21 lines
424 B
TOML
[package]
|
|
name = "deltachat-repl"
|
|
version = "1.112.4"
|
|
license = "MPL-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
anyhow = "1"
|
|
deltachat = { path = "..", features = ["internals"]}
|
|
dirs = "5"
|
|
log = "0.4.16"
|
|
pretty_env_logger = "0.4"
|
|
rusqlite = "0.28"
|
|
rustyline = "11"
|
|
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
|
|
|
|
[features]
|
|
default = ["vendored"]
|
|
vendored = ["deltachat/vendored"]
|