LazyBoy2/crates/grokboy-core/Cargo.toml

16 lines
363 B
TOML

[package]
name = "grokboy-core"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Minimal GrokBot-like agent core (chat loop)"
[dependencies]
anyhow.workspace = true
futures-util.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true