mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
371 B
TOML
16 lines
371 B
TOML
[package]
|
|
name = "veloren-plugin-derive"
|
|
version = "0.1.0"
|
|
authors = ["ccgauche <gaucheron.laurent@gmail.com>"]
|
|
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.24"
|
|
syn = { version = "1.0.54", features = ["full","extra-traits"]}
|
|
quote = "1.0.7"
|