17 lines
487 B
TOML
17 lines
487 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.0", path = "../notmuch" }
|
|
serde = { version = "1.0.147", features = ["derive"] }
|