breadclip/breadclipd/Cargo.toml
Breadway fe8ea86c87
Some checks failed
dev release / build (push) Failing after 1s
Pin bread-ecosystem crates to v0.7.2
Repoint bread-theme, bread-utils, and bread-screenshots at tag v0.7.2
on git.breadway.dev. Drop the 69ce2d67 rev pin now that screenshots
is on a tagged release.
2026-08-15 22:53:46 +08:00

16 lines
352 B
TOML

[package]
name = "breadclipd"
version = "0.2.1"
edition = "2021"
[[bin]]
name = "breadclipd"
path = "src/main.rs"
[dependencies]
breadclip-core = { path = "../breadclip-core" }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.2", features = ["bread-client"] }
serde_json = "1"
[dev-dependencies]
tempfile = "3"