do not pull in sendme cli deps

This commit is contained in:
Floris Bruynooghe
2023-02-07 17:20:35 +01:00
parent 187861c3b2
commit 716504b833
2 changed files with 3 additions and 126 deletions

View File

@@ -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"