Skip to content

Commit 94d1edc

Browse files
committed
Add metadata for bevy_impulse_derive
Signed-off-by: Michael X. Grey <[email protected]>
1 parent f042280 commit 94d1edc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

macros/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "bevy_impulse_derive"
33
version = "0.0.1"
44
edition = "2021"
55
authors = ["Grey <[email protected]>"]
6+
license = "Apache-2.0"
7+
description = "Procedural macros for bevy_impulse"
8+
readme = "README.md"
9+
repository = "https://github.com/open-rmf/bevy_impulse"
10+
keywords = ["reactive", "workflow", "behavior", "agent", "bevy"]
11+
categories = ["science::robotics", "asynchronous", "concurrency", "game-development"]
612

713
[lib]
814
proc-macro = true

0 commit comments

Comments
 (0)