letterbox/notmuch/Cargo.toml
Bill Thiede 083b7c9f1c
All checks were successful
Continuous integration / Check (push) Successful in 34s
Continuous integration / Rustfmt (push) Successful in 31s
Continuous integration / Test Suite (push) Successful in 1m45s
Continuous integration / build (push) Successful in 45s
Merge pull request 'fix(deps): update rust crate thiserror to v2' (#27) from renovate/thiserror-2.x into master
Reviewed-on: #27
2025-02-11 20:27:41 -08:00

19 lines
427 B
TOML

[package]
name = "notmuch"
version = "0.0.142"
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 = { version = "1.0", features = ["unbounded_depth"] }
thiserror = "2.0.0"
tracing = "0.1.41"
[dev-dependencies]
itertools = "0.14.0"
pretty_assertions = "1"
rayon = "1.5"