swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/libmcp-testkit/Cargo.toml
blob: a95865063e59eab8318151e31ac8bfe53f33aa1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libmcp-testkit"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
description.workspace = true
readme.workspace = true

[dependencies]
libmcp = { path = "../libmcp" }
serde.workspace = true
serde_json.workspace = true

[lints]
workspace = true