letterbox/shared/Cargo.toml

12 lines
288 B
TOML

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