Files

20 lines
399 B
TOML
Raw Permalink Normal View History

2025-04-24 19:44:52 +01:00
[package]
name = "array-parameterized-test"
description = "Parameterized testing using an input array."
2025-08-02 10:56:27 +01:00
categories = ["development-tools::testing"]
version = "1.0.0"
2025-08-02 10:56:27 +01:00
repository.workspace = true
edition.workspace = true
license = "MIT"
2025-04-24 19:44:52 +01:00
[dependencies]
proc-macro2 = "1.0.83"
2025-09-28 21:07:41 +01:00
quote = "1.0.35"
syn = { version = ">= 1.0.0, < 3", features = ["full"] }
2025-04-24 19:44:52 +01:00
[lib]
proc-macro = true
2025-07-20 21:09:46 +01:00
[lints]
workspace = true