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

[dependencies]
serde.workspace = true
serde_json.workspace = true

[lints]
workspace = true