| 1 | [package] |
| 2 | name = "codewhale-protocol" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | rust-version.workspace = true |
| 6 | license.workspace = true |
| 7 | repository.workspace = true |
| 8 | description = "App-server protocol frames for Codewhale runtime integrations" |
| 9 | |
| 10 | [dependencies] |
| 11 | chrono.workspace = true |
| 12 | serde.workspace = true |
| 13 | serde_json.workspace = true |
| 14 | uuid.workspace = true |
| 15 |