mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
14 lines
222 B
TOML
14 lines
222 B
TOML
[package]
|
|
name = "parameterized-test"
|
|
version = "0.27.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.95"
|
|
quote = "1.0.40"
|
|
syn = { version = "2.0.100", features = ["full"] }
|
|
|
|
[lib]
|
|
proc-macro = true
|