From 59607a6ba83048d8f92920d974f4ab2c6ecbaae6 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 25 Sep 2016 16:19:58 +0200 Subject: GUI, lists PA devices, backend can watch audio stream --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7b65fb2 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "musician_training" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] +portaudio = "0.6.4" +dft = "0.4.3" +gtk = "0.1.0" -- cgit v1.2.3