[package]
name = "distributed_cli"
description = "The `distributed` CLI for Distributed applications: contracts check/accept, scaffold projects, describe manifests, compile clients, and render schema artifacts. Also a library so other CLIs (e.g. hops) can mount its commands."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
[lib]
path = "src/lib.rs"
[[bin]]
name = "distributed"
path = "src/main.rs"
[dependencies]
async-graphql-parser = "7"
async-graphql-value = "7"
base64 = "0.22.1"
clap = { version = "4", features = ["derive"] }
glob = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"