random commit message, read it yourself
All checks were successful
dev release / build (push) Successful in 1m6s

This commit is contained in:
Breadway 2026-07-22 11:37:38 +08:00
parent a35cd6f363
commit 58aa415ef0
3 changed files with 18 additions and 17 deletions

View file

@ -9,10 +9,7 @@ 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"] }
bread-utils = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.3.1", features = ["bread-client"] }
serde_json = "1"
[dev-dependencies]