19 lines
406 B
TOML
19 lines
406 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"
|