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

[lib]
proc-macro = true

[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true

[lints]
workspace = true