Files
swayout/Cargo.toml
2024-12-18 04:35:15 +00:00

18 lines
405 B
TOML

[package]
name = "swayout"
version = "1.0.0"
edition = "2021"
description = "A tool to configure sway outputs"
authors = ["Stephen Byrne"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# for json output from swaymsg
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.133"
# for config file
kdl = "4.7.1"
xdg = "2.5.2"