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"