| 1 | [package] |
| 2 | name = "deepseek-hooks" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | license.workspace = true |
| 6 | repository.workspace = true |
| 7 | description = "Hook dispatch and notifications parity for DeepSeek workspace architecture" |
| 8 | |
| 9 | [dependencies] |
| 10 | anyhow.workspace = true |
| 11 | async-trait.workspace = true |
| 12 | chrono.workspace = true |
| 13 | deepseek-protocol = { path = "../protocol", version = "0.8.15" } |
| 14 | reqwest.workspace = true |
| 15 | serde.workspace = true |
| 16 | serde_json.workspace = true |
| 17 | tokio.workspace = true |
| 18 |