From e9c7bacd0e08e7a2f59d630d90a7f8095d6c51fa Mon Sep 17 00:00:00 2001 From: lily Date: Sat, 29 Mar 2025 17:20:21 -0400 Subject: [PATCH] add: missing package fields in `Cargo.toml` --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9582593..8172d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,12 @@ [package] name = "kosmora" version = "0.1.0" +authors = ["Lily Vex ", "Caznix "] +description = "A Read-Only Virtual Filesystem for Game Assets" +repository = "https://github.com/Luxzi/kosmora" +readme = "README.md" +keywords = ["vfs", "virtual filesystem"] +license = "BSD-3-Clause" edition = "2024" [dependencies]