moa/emulator/peripherals/motorola/Cargo.toml
2024-03-01 21:17:09 -08:00

11 lines
202 B
TOML

[package]
name = "moa-peripherals-motorola"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4"
femtos = "0.1"
moa-core = { path = "../../core" }
moa-host = { path = "../../libraries/host" }