test-token/teto_macros/Cargo.toml

17 lines
326 B
TOML
Raw Normal View History

2024-08-30 22:50:03 -07:00
[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"
[dev-dependencies]
teto = { version = "*", path = "../teto", features = ["macros"] }
trybuild = "1.0.99"