Files
swayout/Cargo.toml

22 lines
580 B
TOML

[package]
name = "swayout"
version = "1.2.2"
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 = "6.1.0"
xdg = "2.5.2"
wayland-client = "0.31.7"
wayland-protocols = { version = "0.32.5" , features = ["client", "unstable"] }
wayland-protocols-wlr = { version = "0.3.5", features = ["client"] }