breadclip/breadclip-core/Cargo.toml
Breadway 7634af0b4f
Some checks failed
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Failing after 1s
Switch to tag-pinned bread-ecosystem deps; bump version to v0.2.0
2026-07-19 03:42:05 +08:00

16 lines
530 B
TOML

[package]
name = "breadclip-core"
version = "0.1.0"
edition = "2021"
[dependencies]
rusqlite = { version = "0.31", features = ["bundled"] }
sha2 = "0.10"
hex = "0.4"
dirs = "5"
# TODO(owner): switch to tag-pinned git dependency once bread-utils is merged and tagged, matching the bread-theme pattern.
# (Path corrected: previously pointed at a since-cleaned-up "bread-ecosystem-fix-worktree" checkout that no longer exists on disk.)
bread-utils = { path = "../../bread-ecosystem/bread-utils" }
[dev-dependencies]
tempfile = "3"