From b45cc2c56d2018c3a2b193178afaafaa5050351c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 11 Nov 2018 00:49:48 -0700 Subject: [PATCH] Added the necessary fields to allow publishing also a keyword --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cc2b5ea..543ddc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "gba" +description = "A crate (and book) for making GBA games with Rust." version = "0.1.0" authors = ["Lokathor ", "Ketsuban"] +repository = "https://github.com/rust-console/gba" +readme = "README.md" +keywords = ["gba"] edition = "2018" license = "Apache-2.0"