[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.42" letterbox-notmuch = { path = "../notmuch", version = "0.17", registry = "xinu" } regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } sqlx = "0.8.5" strum_macros = "0.27.1" tracing = "0.1.41"