summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/test_macro/Cargo.toml
blob: 19a405d08fe919df575f2d8dafc9680ae2b07298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "test_macro"
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[lib]
proc-macro = true


[dependencies]
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"
test-rpc = { path = "../../test-rpc" }