Add required fields for publishing

This commit is contained in:
Gwilym Inzani 2023-04-09 18:40:33 +01:00
parent 1c56de287a
commit 8af41a9b3c

View file

@ -2,8 +2,10 @@
name = "agb-gbafix" name = "agb-gbafix"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Gwilym Inzani <email@gwilym.dev>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "GPL-3.0"
description = "CLI utility to convert ELF file to valid GBA ROM"
repository = "https://github.com/agbrs/agb"
[dependencies] [dependencies]
elf = "0.7" elf = "0.7"