[package] name = "swayr" version = "0.4.1" description = "A LRU window-switcher (and more) for the sway window manager" homepage = "https://sr.ht/~tsdh/swayr/" repository = "https://git.sr.ht/~tsdh/swayr" authors = ["Tassilo Horn "] license = "GPL-3.0+" edition = "2018" [dependencies] serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" clap = "3.0.0-beta.2" users = "0.11.0" swayipc = "3.0.0-alpha.3" toml = "0.5.8" directories = "3.0"