breadpaper/Cargo.toml
Breadway 54210ddc93
All checks were successful
check / check (push) Successful in 23s
dev release / build (push) Successful in 25s
Emit bread.paper.changed after a successful set
Link bread-utils v0.7.1 (bread-client) and publish
{ "path": "<wallpaper>" } once awww + wal + bread-theme reload
all succeed. Silent no-op if breadd is down. breadpaper is
CLI-only — no watch subscriber; modules should bread.exec
("breadpaper set …"). See EVENTS.md.
2026-08-15 22:15:29 +08:00

12 lines
352 B
TOML

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