Some checks failed
dev release / build (push) Failing after 1s
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.
14 lines
305 B
TOML
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.2" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|