mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
16 lines
328 B
TOML
16 lines
328 B
TOML
[package]
|
|
name = "agb-gbafix"
|
|
version = "0.21.1"
|
|
edition = "2021"
|
|
authors = ["Gwilym Inzani <email@gwilym.dev>"]
|
|
license = "MPL-2.0"
|
|
description = "CLI utility to convert ELF file to valid GBA ROM"
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
[dependencies]
|
|
elf = "0.7"
|
|
anyhow = "1"
|
|
clap = "4"
|
|
rmp-serde = "1"
|
|
lz4_flex = "0.11"
|