breadclip/breadclip-core/Cargo.toml
Breadway 83b1fd7c23
Some checks failed
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Failing after 1s
Fix unswapped bread-utils path dep and stale bread-theme URL; bump to v0.2.1
2026-07-19 04:02:53 +08:00

15 lines
437 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"
# (Path corrected: previously pointed at a since-cleaned-up "bread-ecosystem-fix-worktree" checkout that no longer exists on disk.)
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0" }
[dev-dependencies]
tempfile = "3"