penrose-wm/Cargo.toml
Candifloss 8b97874fbe Initial commit
- Default settings, sample code from repo
2025-11-16 22:36:52 +05:30

9 lines
171 B
TOML

[package]
name = "gingerbread"
version = "0.1.0"
edition = "2024"
[dependencies]
penrose = "0.4.0"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }