test-token/teto_macros/Cargo.toml
2024-08-31 11:30:32 -07:00

16 lines
326 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"
[dev-dependencies]
teto = { version = "*", path = "../teto", features = ["macros"] }
trybuild = "1.0.99"