max / mountaineer-sysop
| 1 | [package] |
| 2 | name = "sysop" |
| 3 | version = "0.1.0" |
| 4 | edition.workspace = true |
| 5 | rust-version.workspace = true |
| 6 | license.workspace = true |
| 7 | |
| 8 | [[bin]] |
| 9 | name = "sysop" |
| 10 | path = "src/main.rs" |
| 11 | |
| 12 | [dependencies] |
| 13 | sysop-tui.workspace = true |
| 14 | ratatui.workspace = true |
| 15 | crossterm.workspace = true |
| 16 | anyhow.workspace = true |
| 17 | clap.workspace = true |
| 18 | serde.workspace = true |
| 19 | serde_json.workspace = true |
| 20 | toml.workspace = true |
| 21 |