mirror of
https://github.com/transistorfet/moa.git
synced 2024-12-12 05:29:35 +00:00
12 lines
189 B
TOML
12 lines
189 B
TOML
[package]
|
|
name = "moa-systems-trs80"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
femtos = "0.1"
|
|
moa-core = { path = "../../core" }
|
|
moa-z80 = { path = "../../cpus/z80" }
|
|
|