test-context/test-context-macros/Cargo.toml
2026-04-23 01:34:39 +02:00

19 lines
493 B
TOML

[package]
name = "test-context-macros"
description = "Macro crate for test-context"
version.workspace = true
rust-version.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
quote = "1.0.45"
syn = { version = "^2", features = ["full"] }
proc-macro2 = "1.0.106"