mirror of
https://github.com/transistorfet/moa.git
synced 2025-02-16 11:30:33 +00:00
10 lines
156 B
TOML
10 lines
156 B
TOML
[package]
|
|
name = "moa-peripherals-generic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
femtos = "0.1"
|
|
moa-core = { path = "../../core" }
|