From 5939c24b81aec385eec7aceda75463ddae23dd32 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 29 Aug 2022 13:26:50 -0500 Subject: [PATCH] Add additional Cargo metadata. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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