codingest-cli 0.1.5

CLI for Codingest code graphs — build/status .kgl artifacts and install the code-review Agent Skill
Documentation
[package]
name = "codingest-cli"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "CLI for Codingest code graphs — build/status .kgl artifacts and install the code-review Agent Skill"
keywords = ["cli", "code-graph", "tree-sitter", "cypher", "kglite"]
categories = ["command-line-utilities", "development-tools"]

[[bin]]
name = "codingest"
path = "src/main.rs"

[dependencies]
codingest = { version = "0.1.5", path = "../codingest" }
kglite = { workspace = true }
anyhow = "1"
clap = { version = "4", features = ["derive"] }
serde_json = "1"

[dev-dependencies]
tempfile = "3"