| 1 | [package] |
| 2 | name = "wanda-cli" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | license.workspace = true |
| 6 | description = "CLI for WANDA - WeMod launcher for Linux" |
| 7 | |
| 8 | [[bin]] |
| 9 | name = "wanda" |
| 10 | path = "src/main.rs" |
| 11 | |
| 12 | [dependencies] |
| 13 | wanda-core = { path = "../wanda-core" } |
| 14 | |
| 15 | tokio.workspace = true |
| 16 | serde.workspace = true |
| 17 | serde_json.workspace = true |
| 18 | thiserror.workspace = true |
| 19 | anyhow.workspace = true |
| 20 | tracing.workspace = true |
| 21 | tracing-subscriber.workspace = true |
| 22 | clap.workspace = true |
| 23 | indicatif.workspace = true |
| 24 | console.workspace = true |