letterbox/notmuch/Cargo.toml
Bill Thiede 6e2f243f55 Move notmuch json types into separate crate.
Add starter testdata and notmuch config.
2021-10-25 17:33:51 -07:00

10 lines
227 B
TOML

[package]
name = "notmuch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }