Skip to content

Commit ce43a23

Browse files
committed
chore(bevy_plugin): add package metadata required for publishing
1 parent a659a57 commit ce43a23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: bevy_twitch_minimap/bevy_twitch_minimap/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "bevy_twitch_minimap"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = "bevy plugin for interacting with twitch minimap extension."
57

68
[dependencies]
79
bevy = {version = "0.14", default-features=false, features=["bevy_color"]}

0 commit comments

Comments
 (0)