breadclip/breadclipd/Cargo.toml

19 lines
550 B
TOML

[package]
name = "breadclipd"
version = "0.2.0"
edition = "2021"
[[bin]]
name = "breadclipd"
path = "src/main.rs"
[dependencies]
breadclip-core = { path = "../breadclip-core" }
# TODO(owner): switch to a tag-pinned git dependency once bread-shared is
# released/tagged for external consumption, matching the bread-theme pattern —
# see the same stopgap already in place for bread-utils's own dependents.
bread-utils = { path = "../../bread-ecosystem/bread-utils", features = ["bread-client"] }
serde_json = "1"
[dev-dependencies]
tempfile = "3"