letterbox/shared/Cargo.toml
Bill Thiede 7d40cf8a4a
All checks were successful
Continuous integration / Check (push) Successful in 37s
Continuous integration / Test Suite (push) Successful in 41s
Continuous integration / Rustfmt (push) Successful in 1m1s
Continuous integration / build (push) Successful in 47s
Bumping version to 0.0.141
2025-02-11 08:36:30 -08:00

12 lines
288 B
TOML

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