Files
Oliver Hamlet e20de194f3 Undo proc-macro2 version change in Cargo.toml
I don't know why Dependabot sometimes only touches Cargo.lock, and other
times wants to unnecessarily change Cargo.toml too.
2026-01-06 19:27:23 +00:00

20 lines
399 B
TOML

[package]
name = "array-parameterized-test"
description = "Parameterized testing using an input array."
categories = ["development-tools::testing"]
version = "1.0.0"
repository.workspace = true
edition.workspace = true
license = "MIT"
[dependencies]
proc-macro2 = "1.0.83"
quote = "1.0.35"
syn = { version = ">= 1.0.0, < 3", features = ["full"] }
[lib]
proc-macro = true
[lints]
workspace = true