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