letterbox/shared/Cargo.toml
2025-04-13 20:53:47 -07:00

17 lines
507 B
TOML

[package]
name = "letterbox-shared"
description = "Shared module for letterbox"
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true
version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
build-info = "0.0.40"
letterbox-notmuch = { version = "0.11.0", path = "../notmuch", registry = "xinu" }
serde = { version = "1.0.147", features = ["derive"] }