mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Add required fields for publishing
This commit is contained in:
parent
1c56de287a
commit
8af41a9b3c
|
@ -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 <email@gwilym.dev>"]
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue