diff --git a/Cargo.toml b/Cargo.toml index 0b83a0d..4f8bc12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ edition = "2018" authors = ["Felix de Maneville "] repository = "https://github.com/ManevilleF/bevy_verlet" license-file = "./LICENSE" +exclude = ["examples", "docs"] +description = "Verlet physics implementation in bevy" +keywords = ["verlet", "physics", "bevy", "cloth"] +categories = ["game-engines", "game-development"] [features] default = []