letterbox/shared/Cargo.toml
Bill Thiede 2b0ee42cdc
Some checks are pending
Continuous integration / Check (push) Waiting to run
Continuous integration / Test Suite (push) Waiting to run
Continuous integration / Rustfmt (push) Waiting to run
Continuous integration / build (push) Waiting to run
Bumping version to 0.0.139
2025-02-10 17:33:46 -08:00

12 lines
288 B
TOML

[package]
name = "shared"
version = "0.0.139"
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"] }