diff --git a/agb-gbafix/Cargo.toml b/agb-gbafix/Cargo.toml index 2b4edfc2..80718f9b 100644 --- a/agb-gbafix/Cargo.toml +++ b/agb-gbafix/Cargo.toml @@ -2,8 +2,10 @@ name = "agb-gbafix" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["Gwilym Inzani "] +license = "GPL-3.0" +description = "CLI utility to convert ELF file to valid GBA ROM" +repository = "https://github.com/agbrs/agb" [dependencies] elf = "0.7"