# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "i3-workspace-groups" version = "0.2.2" authors = ["Caleb Bassi "] description = "Organize i3 (and Sway) workspaces into groups." homepage = "https://github.com/cjbassi/i3-workspace-groups" documentation = "https://github.com/cjbassi/i3-workspace-groups" readme = "README.md" keywords = ["i3", "groups", "workspace", "tiling", "wm"] license = "MIT" repository = "https://github.com/cjbassi/i3-workspace-groups" [[bin]] name = "i3-workspace-groups" path = "src/main.rs" [dependencies.env_logger] version = "0.6.0" [dependencies.i3ipc] version = "0.9.0" [dependencies.lazy_static] version = "1.2.0" [dependencies.log] version = "0.4.6" [dependencies.structopt] version = "0.2.14"