[package]
name = "daa-cli"
version = "0.2.0"
edition = "2021"
authors = ["DAA Team <team@daa.hq>"]
license = "MIT OR Apache-2.0"
description = "Command-line interface for DAA system management and operations"
repository = "https://github.com/ruvnet/daa"
homepage = "https://github.com/ruvnet/daa"
documentation = "https://docs.rs/daa-cli"
keywords = ["daa", "blockchain", "autonomous", "agents", "ai"]
categories = ["cryptography", "web-programming"]
[workspace]
[dependencies]
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
anyhow = "1.0"
clap = { version = "4.0", features = ["derive"] }
colorful = "0.2"
daa-orchestrator = "0.2.0"