Files
libloot/array-parameterized-test/Cargo.toml
T

20 lines
393 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.95"
quote = "1.0.40"
2025-06-23 18:02:42 +00:00
syn = { version = "2.0.104", 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