Should also not use maildir in the windows Cargo.toml

pull/35/head
Benedikt Terhechte 2 years ago
parent ad94310da7
commit d99cab913f

@ -16,6 +16,8 @@ shellexpand = "2.1.0"
serde_json = "1.0.70"
serde = { version = "1.0.131", features = ["derive"]}
ps-core = { path = "../ps-core" }
maildir = "0.5.0"
mail-parser = "0.4.3"
email-address-parser = "1.0.3"
email-address-parser = "1.0.3"
[target."cfg(not(target_os = \"windwos\"))".dependencies]
maildir = "0.5.0"

Loading…
Cancel
Save