# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hyprsome" version = "0.1.12" description = "A small CLI apps that allows to make Hyprland's workspaces work like Awesome in multi-monitor setup" readme = "README.md" license = "GPL-3.0" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.hyprland] version = "0.4.0-alpha.2" [dependencies.ipc-rpc] version = "1.2.2" [dependencies.once_cell] version = "1.19" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.145" [dependencies.serde_json] version = "1.0.86" [dependencies.tokio] version = "1.21.2"