Files

14 lines
222 B
TOML
Raw Permalink Normal View History

2025-04-24 19:44:52 +01:00
[package]
name = "parameterized-test"
2025-06-08 17:14:38 +01:00
version = "0.27.0"
2025-04-24 19:44:52 +01:00
edition = "2024"
license = "MIT"
2025-04-24 19:44:52 +01:00
[dependencies]
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = { version = "2.0.100", features = ["full"] }
[lib]
proc-macro = true