mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 08:56:29 +03:00
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 15.0.0 to 16.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/v15.0.0...v16.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
599 B
TOML
23 lines
599 B
TOML
[package]
|
|
name = "deltachat-repl"
|
|
version = "1.159.5"
|
|
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"]
|