grok-build-upstream-mirror/crates/codegen/xai-grok-hooks/Cargo.toml
grokkybara[bot] c68e39f604 Publish harness and TUI open-source
initial sync from the monorepo
2026-07-16 06:46:02 +01:00

27 lines
No EOL
799 B
TOML

[package]
license = "Apache-2.0"
name = "xai-grok-hooks"
version = "0.1.0"
edition.workspace = true
description = "Runtime hook system for Grok — file-based discovery, command execution, and policy enforcement"
[dependencies]
fastrand = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
shellexpand = "3.1"
thiserror = { workspace = true }
tokio = { workspace = true, features = ["process", "rt", "macros", "time"] }
tracing = { workspace = true }
url = { workspace = true }
xai-grok-config = { workspace = true }
xai-grok-tools = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }
tokio = { workspace = true, features = ["full"] }
[lints]
workspace = true