mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 20:06:30 +03:00
do not pull in sendme cli deps
This commit is contained in:
@@ -73,7 +73,7 @@ rusqlite = { version = "0.27", features = ["sqlcipher"] }
|
||||
rust-hsluv = "0.1"
|
||||
rustyline = { version = "10", optional = true }
|
||||
sanitize-filename = "0.4"
|
||||
sendme = { git = "https://github.com/n0-computer/sendme", branch = "main" }
|
||||
sendme = { git = "https://github.com/n0-computer/sendme", branch = "main", default-features = false }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
sha-1 = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user