evunit 1.0.0

A unit testing program for the Game Boy
[package]
name = "evunit"
version = "1.0.0"
description = "A unit testing program for the Game Boy"
license = "MIT"
homepage = "https://github.com/eievui5/evunit"
repository = "https://github.com/eievui5/evunit"
readme = "README.md"
edition = "2021"

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

[dependencies]
toml = { version = "0.5.9", features = ["preserve_order"] }
clap = { version = "3.2.17", features = ["derive"] }
paste = "1.0.9"
thiserror = "1.0.37"
try-from-discrim = "1.0.0"
gb-cpu-sim = "1.0.0"
gb-sym-file = "1.0.1"

[profile.release]
lto = true