Files
swayout/Cargo.toml
2024-12-12 02:19:03 +00:00

16 lines
330 B
TOML

[package]
name = "swayout"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# for config yaml
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.19"
# for json output from swaymsg
serde_json = "1.0.133"
xdg = "2.5.2"