abletk/abletk-macros/Cargo.toml

14 lines
274 B
TOML
Raw Permalink Normal View History

2022-04-16 12:18:23 -05:00
[package]
name = "abletk-macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quote = "1.0.18"
syn = { version = "1.0.91", features = ["full"] }