feat: add rmcp as a workspace dep (#3483)

This commit is contained in:
Alex Hancock
2025-07-17 22:18:35 -04:00
committed by GitHub
parent 4771ffbb5b
commit 1e0e72cdb8
7 changed files with 48 additions and 1 deletions
+3
View File
@@ -13,6 +13,9 @@ description = "An AI agent"
[workspace.lints.clippy]
uninlined_format_args = "allow"
[workspace.dependencies]
rmcp = "0.2.1"
# Patch for Windows cross-compilation issue with crunchy
[patch.crates-io]
crunchy = { git = "https://github.com/nmathewson/crunchy", branch = "cross-compilation-fix" }