cultivar/runtime-interface-macro/Cargo.toml

12 lines
197 B
TOML
Raw Normal View History

2023-04-01 05:52:41 +00:00
[package]
name = "cultivar-runtime-interface-macro"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
2023-07-17 22:58:44 +00:00
quote = "1.0.31"
syn = { version = "2.0.26", features = [ "full" ] }