| 1 | [package] |
| 2 | name = "gargearsctl" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | license.workspace = true |
| 6 | authors.workspace = true |
| 7 | description = "CLI control utility for gargears" |
| 8 | |
| 9 | [[bin]] |
| 10 | name = "gargearsctl" |
| 11 | path = "src/main.rs" |
| 12 | |
| 13 | [dependencies] |
| 14 | gargears-ipc.workspace = true |
| 15 | |
| 16 | clap.workspace = true |
| 17 | serde.workspace = true |
| 18 | serde_json.workspace = true |
| 19 | anyhow.workspace = true |