mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
13 lines
355 B
TOML
13 lines
355 B
TOML
[package]
|
|
name = "moa_systems_computie"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
femtos = { path = "../../libraries/femtos" }
|
|
moa_core = { path = "../../core" }
|
|
moa_m68k = { path = "../../cpus/m68k" }
|
|
moa_peripherals_generic = { path = "../../peripherals/generic" }
|
|
moa_peripherals_motorola = { path = "../../peripherals/motorola" }
|