From 9da22937d69bd4684138f6045c1381e457665e44 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Wed, 17 Apr 2024 18:17:14 -0400 Subject: [PATCH] Add description --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5a5cc37..0723c39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Leafwing Studios"] homepage = "https://leafwing-studios.com/" repository = "https://github.com/leafwing-studios/leafwing_manifest" +description = " A flexible crate for managing game assets that share a common structure. Manifests are generated from on-disk data, and offer a straightforward way to quickly look-up and generate game objects." license = "MIT OR Apache-2.0" edition = "2021" categories = ["games", "game-development"]