Switch to tag-pinned bread-ecosystem deps; bump version to v0.2.0
Some checks failed
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Failing after 1s

This commit is contained in:
Breadway 2026-07-19 03:42:05 +08:00
parent e16c1b461c
commit 7634af0b4f
8 changed files with 708 additions and 102 deletions

View file

@ -9,3 +9,11 @@ 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"