mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 14.0.0 to 15.0.0. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](https://github.com/kkawakam/rustyline/compare/v14.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production update-type: version-update:semver-major ...
23 lines
615 B
TOML
23 lines
615 B
TOML
[package]
|
|
name = "deltachat-repl"
|
|
version = "1.152.0"
|
|
license = "MPL-2.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/deltachat/deltachat-core-rust"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
deltachat = { workspace = true, features = ["internals"]}
|
|
dirs = "5"
|
|
log = { workspace = true }
|
|
nu-ansi-term = { workspace = true }
|
|
qr2term = "0.3.3"
|
|
rusqlite = { workspace = true }
|
|
rustyline = "15"
|
|
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
|
|
|
[features]
|
|
default = ["vendored"]
|
|
vendored = ["deltachat/vendored"]
|