lyra-engine/lyra-scripting/lyra-scripting-derive/Cargo.toml

15 lines
286 B
TOML
Raw Normal View History

[package]
name = "lyra-scripting-derive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = "2.0.41"
paste = "1.0.14"