Skip to content

Commit d741545

Browse files
committed
Add metadata
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 3f6baa2 commit d741545

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "bevy_impulse"
33
version = "0.0.1"
44
edition = "2021"
55
authors = ["Grey <[email protected]>"]
6+
license = "Apache-2.0"
7+
description = "Reactive programming and workflow execution for bevy"
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
[dependencies]
814
bevy_impulse_derive = { path = "macros" }

0 commit comments

Comments
 (0)