Specify license in Cargo.toml
... | @@ -7,6 +7,7 @@ authors = [ | ... | @@ -7,6 +7,7 @@ authors = [ |
"Louis Capitanchik <louis@microhacks.co.uk>" | "Louis Capitanchik <louis@microhacks.co.uk>" | ||
] | ] | ||
repository = "https://lab.lcr.gr/microhacks/bevy-splash" | repository = "https://lab.lcr.gr/microhacks/bevy-splash" | ||
license = "Apache-2.0" | |||
[dependencies] | [dependencies] | ||
log = "0.4.21" | log = "0.4.21" | ||
... | ... |
Please register or sign in to comment