arbor-graph-cli 1.6.1

Command-line interface for Arbor
[package]

name = "arbor-graph-cli"

version.workspace = true

edition.workspace = true

license.workspace = true

description = "Command-line interface for Arbor"



[[bin]]

name = "arbor"

path = "src/main.rs"



[dependencies]

serde.workspace = true

serde_json.workspace = true

thiserror.workspace = true

tracing.workspace = true

tokio.workspace = true



arbor-core = { path = "../arbor-core", version = "1.6.1" }

arbor-graph = { path = "../arbor-graph", version = "1.6.1" }

arbor-watcher = { path = "../arbor-watcher", version = "1.6.1" }

arbor-server = { path = "../arbor-server", version = "1.6.1" }

arbor-mcp = { path = "../arbor-mcp", version = "1.6.1" }



clap = { version = "4.0", features = ["derive"] }

colored = "2.0"

indicatif = "0.17"

tracing-subscriber = { version = "0.3", features = ["env-filter"] }

dirs = "5.0"

strsim = "0.11"

petgraph = "0.6"

anyhow = "1.0"

bincode = "1.3"



[dev-dependencies]

tempfile = "3"