moa/emulator/cpus/z80/Cargo.toml
2024-03-31 21:17:54 -07:00

15 lines
370 B
TOML

[package]
name = "moa-z80"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4"
thiserror = "1.0"
femtos = "0.1"
emulator-hal = { path = "../../libraries/emulator-hal/emulator-hal", features = ["femtos"] }
# TODO the goal is to make these optional, or remove them entirely
moa-core = { path = "../../core" }
moa-signals = { path = "../../libraries/signals" }