mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
424 B
TOML
21 lines
424 B
TOML
[package]
|
|
name = "deltachat-repl"
|
|
version = "1.135.1"
|
|
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"]
|