remove himalaya lib path from cargo config

This commit is contained in:
Clément DOUIN 2022-09-28 22:09:41 +02:00
parent dda90809cb
commit 7777eca667
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -33,7 +33,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
convert_case = "0.5.0"
env_logger = "0.8.3"
erased-serde = "0.3.18"
himalaya-lib = { version = "=0.1.0", features = ["imap-backend"], path = "../../sourcehut/himalaya-lib" }
himalaya-lib = { version = "=0.1.0", features = ["imap-backend"] }
html-escape = "0.2.9"
lettre = { version = "=0.10.0-rc.7", features = ["serde"] }
log = "0.4.14"