mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-18 14:05:57 +00:00
13 lines
270 B
TOML
13 lines
270 B
TOML
[package]
|
|
name = "moa-peripherals-yamaha"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "^0.4"
|
|
femtos = "0.1"
|
|
moa-core = { path = "../../core" }
|
|
moa-host = { path = "../../libraries/host" }
|
|
moa-audio = { path = "../../libraries/audio" }
|
|
lazy_static = "1.4.0"
|