[[bin]]
name = "swaysome"
path = "src/main.rs"
[dependencies.byteorder]
version = "1.5.0"
[dependencies.clap]
features = ["derive"]
version = "4.4.8"
[dependencies.serde]
features = ["derive"]
version = "1.0.192"
[dependencies.serde_json]
version = "1.0.108"
[dev-dependencies.assert-json-diff]
version = "2.0.2"
[lib]
name = "swaysome"
path = "src/lib.rs"
[package]
authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "swaysome provides an awesome way to manage your multiple outputs with the sway windows manager"
edition = "2021"
homepage = "https://gitlab.com/hyask/swaysome"
license = "MIT"
name = "swaysome"
readme = "README.md"
repository = "https://gitlab.com/hyask/swaysome"
version = "2.3.0"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "integration_bin"
path = "tests/integration_bin.rs"