[package]
edition = "2021"
name = "precc-shell"
version = "0.1.0"
authors = ["Yijun Yu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "$SHELL wrapper that runs commands through the PRECC pipeline (for Aider and other tools without a hook surface)"
homepage = "https://github.com/precc-cli/precc"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/precc-cli/precc"
[[bin]]
name = "precc-shell"
path = "src/main.rs"
[dependencies.precc-core]
version = "0.1"