[package] name = "tahuantinsuyu-cli" version = { workspace = true } edition = { workspace = true } license = { workspace = true } description = "Tahuantinsuyu — CLI cliente del service socket. Pide cómputos de cartas sin abrir la GUI." [dependencies] tahuantinsuyu-card = { path = "../../modules/tahuantinsuyu/tahuantinsuyu-card" } tahuantinsuyu-model = { path = "../../modules/tahuantinsuyu/tahuantinsuyu-model" } clap = { workspace = true } tokio = { workspace = true } serde_json = { workspace = true } anyhow = { workspace = true } [[bin]] name = "tahuantinsuyu-cli" path = "src/main.rs"