wars/wars-macro/Cargo.toml

20 lines
425 B
TOML
Raw Normal View History

2024-06-06 20:37:15 +00:00
[package]
name = "wars-macro"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
expander = {version="2.1.0",features=["pretty"]}
proc-macro2 = "1.0.85"
quote = "1.0.36"
syn = "2.0.66"
wars = { version = "0.1.0", path = "../wars" }
wars-rt = { version = "0.1.0", path = "../wars-rt" }
wat = "1.209.1"
[lib]
proc-macro = true