swaysome/Cargo.toml
Skia 31ed37a70c Release 2.3.2
Bugfix release for big endian systems
2025-09-19 23:23:39 +02:00

20 lines
657 B
TOML

[package]
name = "swaysome"
version = "2.3.2"
authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"]
edition = "2021"
description = "swaysome provides an awesome way to manage your multiple outputs with the sway windows manager"
license = "MIT"
repository = "https://gitlab.com/hyask/swaysome"
homepage = "https://gitlab.com/hyask/swaysome"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1.5.0"
clap = { version = "4.4.8", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
[dev-dependencies]
assert-json-diff = "2.0.2"