From c1f5e121f103d51dc67ef7c80f30d22f9ed59769 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Fri, 14 Jul 2023 16:41:15 +0200 Subject: [PATCH] Update Cargo.toml before publishing --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af88dbe..9506b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,9 @@ name = "cargo-3ds" version = "0.1.0" authors = [ "Rust3DS Org", "Andrea Ciliberti " ] description = "Cargo wrapper for developing Nintendo 3DS homebrew apps" -repository = "https://github.com/Meziu/cargo-3ds" +repository = "https://github.com/rust3ds/cargo-3ds" +keywords = ["3ds", "homebrew"] +categories = ["command-line-utilities", "development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" edition = "2021"