| 1 | [package] |
| 2 | name = "garctl" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | authors.workspace = true |
| 6 | license.workspace = true |
| 7 | description = "CLI tool for controlling gar window manager" |
| 8 | |
| 9 | [[bin]] |
| 10 | name = "garctl" |
| 11 | path = "src/main.rs" |
| 12 | |
| 13 | [dependencies] |
| 14 | serde.workspace = true |
| 15 | serde_json.workspace = true |