moa/emulator/systems/computie/Cargo.toml

14 lines
370 B
TOML
Raw Normal View History

[package]
2024-02-25 03:26:28 +00:00
name = "moa-systems-computie"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-02-24 21:02:09 +00:00
log = "0.4"
femtos = "0.1"
2024-02-25 03:26:28 +00:00
moa-core = { path = "../../core" }
moa-host = { path = "../../libraries/host" }
2024-02-25 03:26:28 +00:00
moa-m68k = { path = "../../cpus/m68k" }
moa-peripherals-generic = { path = "../../peripherals/generic" }
moa-peripherals-motorola = { path = "../../peripherals/motorola" }