mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-25 04:20:22 +00:00
remove himalaya lib path from cargo config
This commit is contained in:
parent
dda90809cb
commit
7777eca667
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue