[package] name = "lazytiler" version = "0.1.2" authors = ["WMouton "] description = "Autotiling for SwayWM and i3WM" edition = "2021" documentation = "https://lazytiler.vercel.app/installation/lazytiler" readme = "README.md" repository = "https://github.com/wmouton/lazytiler" license = "GPL-3.0" keywords = ["swaywm", "i3wm", "autotiling", "windowmanagers", "tiling"] categories = ["command-line-utilities"] homepage = "https://lazytiler.netlify.app" [dependencies] swayipc = "3.0" [dependencies.clap] version = "3.0" default-features = false features = ["std", "derive"] [profile.release] codegen-units = 1 lto = true panic = "abort" strip = true