[package]
edition = "2024"
rust-version = "1.85"
name = "gy"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "good,yes — the ledger of what work rests on before a requirement is confirmed"
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 = "common"
path = "tests/common.rs"
[[test]]
name = "criterion"
path = "tests/criterion.rs"
[[test]]
name = "decide"
path = "tests/decide.rs"
[[test]]
name = "edit"
path = "tests/edit.rs"
[[test]]
name = "link"
path = "tests/link.rs"
[[test]]
name = "need"
path = "tests/need.rs"
[[test]]
name = "publish"
path = "tests/publish.rs"
[[test]]
name = "question"
path = "tests/question.rs"
[[test]]
name = "reads"
path = "tests/reads.rs"
[[test]]
name = "req"
path = "tests/req.rs"
[[test]]
name = "scope"
path = "tests/scope.rs"
[[test]]
name = "undo"
path = "tests/undo.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.gy-ledger]
version = "0.6.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies.tempfile]
version = "3"