breadclip/breadclip-core/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

14 lines
305 B
TOML

[package]
name = "breadclip-core"
version = "0.2.1"
edition = "2021"
[dependencies]
rusqlite = { version = "0.31", features = ["bundled"] }
sha2 = "0.10"
hex = "0.4"
dirs = "5"
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.1" }
[dev-dependencies]
tempfile = "3"