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]