[package] name = "hypr-helper" version = "0.1.1" edition = "2021" authors = ["Atri Hegde "] license = "AGPL-3.0" readme = "README.md" description = "Hyprland Utilities such as adjusting gaps, getting windowname and workspace information" homepage = "https://gitlab.com/hegde-atri/hypr-helper" repository = "https://gitlab.com/hegde-atri/hypr-helper" keywords = ["cli", "hyprland", "utility"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.11", features = ["derive"]} which = "4.4.0" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.95" anyhow = "1.0.70"