test-token/teto_macros/Cargo.toml
2024-10-01 20:53:32 -07:00

17 lines
349 B
TOML

[package]
name = "teto_macros"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0.77", features = ["full", "extra-traits"] }
quote = "1.0.37"
proc-macro2 = "1.0.86"
[dev-dependencies]
teto = { version = "*", path = "../teto", features = ["macros"] }
trybuild = "1.0.99"