Switch to tag-pinned bread-ecosystem deps; bump version to v0.2.0
This commit is contained in:
parent
e16c1b461c
commit
7634af0b4f
8 changed files with 708 additions and 102 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue