Files
codewhale/crates/hooks/Cargo.toml
T

18 lines
487 B
TOML

[package]
name = "codewhale-hooks"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Hook dispatch and notifications parity for DeepSeek workspace architecture"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
chrono.workspace = true
codewhale-protocol = { path = "../protocol", version = "0.8.57" }
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true