mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
Move deltachat-repl into a separate crate
This commit is contained in:
15
deltachat-repl/Cargo.toml
Normal file
15
deltachat-repl/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "deltachat-repl"
|
||||
version = "1.107.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12.1"
|
||||
anyhow = "1"
|
||||
deltachat = { path = "..", features = ["internals"]}
|
||||
dirs = "4"
|
||||
log = "0.4.16"
|
||||
pretty_env_logger = "0.4"
|
||||
rusqlite = "0.27"
|
||||
rustyline = "10"
|
||||
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
|
||||
Reference in New Issue
Block a user