LazyBoy2/crates/grokboy-core/Cargo.toml

22 lines
524 B
TOML

[package]
name = "grokboy-core"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Minimal GrokBot-like agent core (chat + tools + ReAct)"
[dependencies]
anyhow.workspace = true
chrono.workspace = true
futures-util.workspace = true
reqwest.workspace = true
rusqlite = { version = "0.32", features = ["bundled"] }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
uuid.workspace = true
[target.'cfg(unix)'.dependencies]
libc = "0.2"