mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-15 09:05:15 +00:00
10 lines
162 B
TOML
10 lines
162 B
TOML
[package]
|
|
name = "moa_systems_trs80"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
moa_core = { path = "../../core" }
|
|
moa_z80 = { path = "../../cpus/z80" }
|
|
|