breadpaper/Cargo.toml
Breadway c20a6d966c
Some checks failed
Mirror to GitHub / mirror (push) Failing after 2s
Build and publish package / package (push) Failing after 27s
release / build (push) Successful in 11s
Switch to tag-pinned bread-ecosystem deps; bump version to v0.1.11
2026-07-19 03:52:49 +08:00

11 lines
307 B
TOML

[package]
name = "breadpaper"
version = "0.1.11"
edition = "2024"
description = "Wallpaper manager for the bread desktop"
license = "MIT"
[dependencies]
clap = { version = "4", features = ["derive"] }
anyhow = "1"
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0" }