[package] name = "i3-open-next-ws" version = "0.1.5" edition = "2018" description = "A companion utility to i3wm for managing workspaces." license-file = "LICENSE" repository = "https://github.com/JohnDowson/i3-open-next-ws" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version="3.0", features = ["derive"]} swayipc = "3.0" i3_ipc = "0.14"