| 1 | [package] |
| 2 | name = "codewhale-mcp" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | rust-version.workspace = true |
| 6 | license.workspace = true |
| 7 | repository.workspace = true |
| 8 | description = "MCP server lifecycle and tool proxy compatibility for Codewhale" |
| 9 | |
| 10 | [dependencies] |
| 11 | anyhow.workspace = true |
| 12 | serde.workspace = true |
| 13 | serde_json.workspace = true |
| 14 | tracing.workspace = true |
| 15 |