Add notmuch crate for interacting with email through CLI.

This commit is contained in:
2021-10-29 20:09:40 -07:00
parent c1eeb38e24
commit bec6f0f333
3 changed files with 257 additions and 34 deletions

View File

@@ -6,4 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.14"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
thiserror = "1.0.30"
[dev-dependencies]
pretty_assertions = "1"