mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
16 lines
No EOL
302 B
TOML
16 lines
No EOL
302 B
TOML
[package]
|
|
name = "bevy_derive"
|
|
version = "0.1.0"
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
|
|
syn = "1.0"
|
|
quote = "1.0"
|
|
|
|
[dev-dependencies] |