diff options
| author | main <main@swarm.moe> | 2026-03-20 20:14:50 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 20:14:50 -0400 |
| commit | bb92a05eb5446e07c6288e266bd06d7b5899eee5 (patch) | |
| tree | 56846c754fdf7c89c4e090d18d8269a2ce9f53f7 /crates/libmcp-testkit/Cargo.toml | |
| parent | 84e898d9ba699451d5d13fe384e7bbe220564bc1 (diff) | |
| download | libmcp-bb92a05eb5446e07c6288e266bd06d7b5899eee5.zip | |
Add projection traits and doctrine testkit
Diffstat (limited to 'crates/libmcp-testkit/Cargo.toml')
| -rw-r--r-- | crates/libmcp-testkit/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libmcp-testkit/Cargo.toml b/crates/libmcp-testkit/Cargo.toml index b8e68b1..a958650 100644 --- a/crates/libmcp-testkit/Cargo.toml +++ b/crates/libmcp-testkit/Cargo.toml @@ -8,6 +8,7 @@ description.workspace = true readme.workspace = true [dependencies] +libmcp = { path = "../libmcp" } serde.workspace = true serde_json.workspace = true |