swaysome/Cargo.toml
2022-04-11 10:25:33 +02:00

17 lines
527 B
TOML

[package]
name = "swaysome"
version = "1.1.3"
authors = ["Skia <skia@hya.sk>"]
edition = "2018"
description = "swaysome provides a different 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"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = "2"