From fe7bd12662f11874c2508e7f9f8389359979da1a Mon Sep 17 00:00:00 2001 From: dani Date: Sat, 22 Jul 2023 22:56:52 +0000 Subject: [PATCH] added manifest keys for crates.io --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 567616b..a52932d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ version = "0.1.0" edition = "2021" description = "Game development library modelled after an imaginary console" license = "0BSD" +documentation = "https://docs.rs/gsa/latest/" +repository = "https://git.danitheskunk.com/DaniTheSkunk/gsa" +categories = ["game-engines"] +keywords = ["gamedev"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html