diff --git a/Cargo.toml b/Cargo.toml index 03d844d..cb7bca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "bevy_tts" +description = "Text-to-speech for the Bevy game engine" +repository = "https://labs.lightsout.games/projects/bevy_tts" version = "0.1.0" authors = ["Nolan Darilek "] -license = "mit" +license = "MIT OR Apache-2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html