breadclip/breadclipd/Cargo.toml
Breadway 8456424f1a
Some checks failed
check / check (push) Failing after 1s
Pin bread-theme/utils to bread-ecosystem v0.7.1; add single-trunk CLAUDE.md
Popup, daemon, and core were split across git.breadway.dev v0.3.0 and
GitHub v0.3.1. Point every bread-theme / bread-utils dep at the same
Forgejo tag. bread-screenshots is not in v0.7.1 (the crate landed after
that tag) so it stays on that remote's main until the next ecosystem
release.

CLAUDE.md now documents the single-trunk model. EVENTS.md is unchanged
— no pin/select verbs.
2026-08-15 21:38:49 +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.1", features = ["bread-client"] }
serde_json = "1"
[dev-dependencies]
tempfile = "3"