mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-16 00:11:31 +00:00
13 lines
279 B
TOML
13 lines
279 B
TOML
[package]
|
|
name = "moa-z80"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
thiserror = "1.0"
|
|
femtos = "0.1"
|
|
moa-core = { path = "../../core" }
|
|
moa-signals = { path = "../../libraries/signals" }
|
|
emulator-hal = { path = "../../libraries/emulator-hal/emulator-hal" }
|