lyra-engine/lyra-scripting/lyra-scripting-derive/Cargo.toml
SeanOMik 29c68abbbb
Some checks failed
ci/woodpecker/push/debug Pipeline failed
scripting: fix lua scripting (#13), create an example for it
2024-04-27 00:52:47 -04:00

15 lines
No EOL
286 B
TOML

[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"