[package] name = "wanda-cli" version.workspace = true edition.workspace = true license.workspace = true description = "CLI for WANDA - WeMod launcher for Linux" [[bin]] name = "wanda" path = "src/main.rs" [dependencies] wanda-core = { path = "../wanda-core" } tokio.workspace = true serde.workspace = true serde_json.workspace = true thiserror.workspace = true anyhow.workspace = true tracing.workspace = true tracing-subscriber.workspace = true clap.workspace = true indicatif.workspace = true console.workspace = true