cultivar/runtime-interface-macro/Cargo.toml

12 lines
198 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]
quote = "1.0.23"
syn = { version = "1.0.109", features = [ "full" ] }