minecraft-rs/minecraft-protocol-derive/Cargo.toml

14 lines
294 B
TOML
Raw Permalink Normal View History

2022-07-17 09:02:20 +00:00
[package]
name = "minecraft-protocol-derive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quote = "1.0.10"
syn = { version = "1.0.82", features = ["extra-traits"] }
[lib]
proc-macro = true