[dependencies]
[lib]
crate-type = ["staticlib", "rlib"]
name = "z80"
path = "lib.rs"
[package]
authors = ["Kirjava"]
description = "z80 emulator"
documentation = "https://docs.rs/z80"
edition = "2021"
exclude = ["roms/*"]
license = "MIT"
name = "z80"
readme = "README.md"
repository = "https://github.com/kirjavascript/z80"
version = "1.0.2"
[profile.test]
opt-level = 3