bevy/crates/bevy_derive/Cargo.toml

16 lines
291 B
TOML
Raw Normal View History

2020-01-19 10:02:12 +00:00
[package]
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
2020-07-10 09:53:31 +00:00
name = "bevy_derive"
version = "0.1.0"
2020-01-19 10:02:12 +00:00
[lib]
proc-macro = true
[dependencies]
2020-07-10 09:53:31 +00:00
Inflector = {version = "0.11.4", default-features = false}
proc-macro-crate = "0.1.4"
proc-macro2 = "1.0"
2020-01-19 10:02:12 +00:00
quote = "1.0"
2020-07-10 09:53:31 +00:00
syn = "1.0"