breadclip/breadclipd/Cargo.toml
Breadway 83b1fd7c23
Some checks failed
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Failing after 1s
Fix unswapped bread-utils path dep and stale bread-theme URL; bump to v0.2.1
2026-07-19 04:02:53 +08:00

19 lines
550 B
TOML

[package]
name = "breadclipd"
version = "0.2.1"
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"