bevy/crates/bevy_macro_utils/Cargo.toml
Carter Anderson a89a954a17 Not me ... us (#2654)
I don't see much of a reason at this point to boost my name over anyone elses. We are all Bevy Contributors.
2021-08-15 20:08:52 +00:00

13 lines
314 B
TOML

[package]
name = "bevy_macro_utils"
version = "0.5.0"
edition = "2018"
description = "A collection of utils for Bevy Engine"
homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
keywords = ["bevy"]
[dependencies]
cargo-manifest = "0.2.3"
syn = "1.0"