mirror of
https://github.com/ivabus/speakersafetyd
synced 2024-11-23 00:35:07 +03:00
e8a37a847b
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
9 lines
225 B
TOML
9 lines
225 B
TOML
[package]
|
|
name = "synth-example"
|
|
version = "0.1.0"
|
|
authors = ["David Henningsson <coding@diwic.se>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
dasp = { version = "0.11", features = ["signal"] }
|
|
alsa = { path = "..", version = "0.6" }
|