mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](https://github.com/rusqlite/rusqlite/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production update-type: version-update:semver-minor ... 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.5"
|
|
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.29"
|
|
rustyline = "11"
|
|
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
|
|
|
|
[features]
|
|
default = ["vendored"]
|
|
vendored = ["deltachat/vendored"]
|