gc-image 0.0.1

A library for parsing metadata from Nintendo GameCube image files.
Documentation
[package]
name = "gc-image"
version = "0.0.1"
authors = ["Melanie Schulte <schulteamelanie@gmail.com>"]
edition = "2018"
description = "A library for parsing metadata from Nintendo GameCube image files."
license-file = "./LICENSE"
readme = "./README.md"
repository = "https://github.com/mankeywitz/gc-image"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
encoding_rs = "0.8.24"
thiserror = "1.0.20"