[package]
edition = "2024"
rust-version = "1.85"
name = "gy"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "good,yes — Decision, question and need graph ledger CLI with MCP"
homepage = "https://github.com/aq2bq/gy"
readme = "README.md"
license = "MIT"
repository = "https://github.com/aq2bq/gy"
resolver = "2"
[[bin]]
name = "gy"
path = "src/main.rs"
[[test]]
name = "configured_workflow"
path = "tests/configured_workflow.rs"
[[test]]
name = "html_render"
path = "tests/html_render.rs"
[[test]]
name = "mutation_output"
path = "tests/mutation_output.rs"
[[test]]
name = "workflows"
path = "tests/workflows.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.clap_complete]
version = "4"
[dependencies.gy-core]
version = "0.4.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies.tempfile]
version = "3"