Files
swayout/Cargo.toml
2024-12-12 04:22:16 +00:00

18 lines
407 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 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"