[package]
name = "ctxctl"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Pure CLI, zero-MCP, stateless context layer for AI coding agents."
[[bin]]
name = "ctxctl"
path = "src/main.rs"
[dependencies]
ctx-symbol.workspace = true
ctx-exec.workspace = true
clap.workspace = true
serde.workspace = true
serde_json.workspace = true
shell-words.workspace = true
toml.workspace = true