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