[package]
name = "clawgarden-cli"
version = "0.3.5"
license = "MIT"
edition = "2021"
description = "ClawGarden CLI - Multi-bot/multi-agent Garden management tool"
repository = "https://github.com/a7garden/clawgarden"
keywords = ["garden", "telegram", "bot", "cli", "agent"]
categories = ["command-line-utilities"]
authors = ["ClawGarden Team"]
[dependencies]
clap = { version = "4.5", features = ["derive", "env"] }
serde = { version = "1.0", features = ["derive"] }
indoc = "2"
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json"] }
tokio = { version = "1.40", features = ["full"] }
anyhow = "1.0"
thiserror = "1.0"
dirs = "5.0"
inquire = "0.7"
once_cell = "1.19"
[[bin]]
name = "garden"
path = "src/main.rs"