From 8af41a9b3ca3ff8e94d3346b430cabe128c9bf54 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sun, 9 Apr 2023 18:40:33 +0100 Subject: [PATCH] Add required fields for publishing --- agb-gbafix/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"