LazyBoy2/crates/grokboy/Cargo.toml

16 lines
305 B
TOML

[package]
name = "grokboy"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "GrokBoy CLI — local chat agent"
[[bin]]
name = "grokboy"
path = "src/main.rs"
[dependencies]
anyhow.workspace = true
grokboy-core = { path = "../grokboy-core" }
tokio.workspace = true