aboutsummaryrefslogtreecommitdiff
path: root/test_util_macros/Cargo.toml
blob: 8848961bd8bb1b842d1f475ced6755d86e4552e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "test_util_macros"
version = "0.1.0"
edition = "2021"

[lib]
proc_macro = true

[dependencies]
syn = { version = "1.0.96", features = ["full"] }
quote = "1.0.18"