letterbox/shared/Cargo.toml

13 lines
302 B
TOML

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