moa/emulator/systems/computie/Cargo.toml

13 lines
325 B
TOML

[package]
name = "moa-systems-computie"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4"
femtos = "0.1"
moa-core = { path = "../../core" }
moa-m68k = { path = "../../cpus/m68k" }
moa-peripherals-generic = { path = "../../peripherals/generic" }
moa-peripherals-motorola = { path = "../../peripherals/motorola" }