letterbox/shared/Cargo.toml
2025-02-22 12:41:15 -08:00

17 lines
506 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.39"
letterbox-notmuch = { version = "0.7.3", path = "../notmuch", registry = "xinu" }
serde = { version = "1.0.147", features = ["derive"] }