mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-29 11:49:36 +00:00
10 lines
187 B
TOML
10 lines
187 B
TOML
[package]
|
|
name = "moa_peripherals_motorola"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
femtos = { path = "../../libraries/femtos" }
|
|
moa_core = { path = "../../core" }
|