bevy/crates/bevy_macro_utils/Cargo.toml
Jakob Hellermann b9e0241071 update cargo-manifest (#2859)
On older versions, people with `edition = 2021` would get this error:

![grafik](https://user-images.githubusercontent.com/22177966/134387678-28ece4d4-8af6-48de-beb8-973356c3b9f0.png)
2021-09-22 22:11:54 +00:00

14 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.6"
syn = "1.0"