Move notmuch json types into separate crate.

Add starter testdata and notmuch config.
This commit is contained in:
2021-10-25 17:33:51 -07:00
parent 8f2e14049c
commit 6e2f243f55
15 changed files with 5330 additions and 0 deletions

9
notmuch/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[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"] }