random commit message, read it yourself
All checks were successful
dev release / build (push) Successful in 1m6s
All checks were successful
dev release / build (push) Successful in 1m6s
This commit is contained in:
parent
a35cd6f363
commit
58aa415ef0
3 changed files with 18 additions and 17 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue