notmuch: add integration test to attempt to exhaustively walk messages.
This commit is contained in:
@@ -8,7 +8,9 @@ edition = "2021"
|
||||
[dependencies]
|
||||
log = "0.4.14"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.68"
|
||||
serde_json = { version = "1.0", features = ["unbounded_depth"] }
|
||||
thiserror = "1.0.30"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1"
|
||||
rayon = "1.5"
|
||||
|
||||
Reference in New Issue
Block a user