15 lines
236 B
TOML

[package]
name = "abi-kernel-macros"
version = "0.1.0"
edition = "2021"
[dependencies]
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = { version = "2.0.52", features = ["full"] }
abi-generator = { path = ".." }
[lib]
proc-macro = true