summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ec26c94ff8e903859543f0545d4b192f8502adb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "musician_training"
version = "0.1.0"
authors = ["Justin Worthe <justin.worthe@gmail.com>"]

[dependencies]
portaudio = "0.7.0"
dft = "0.4.3"
gdk = "0.5.0"

[dependencies.gtk]
version = "0.1.0"
features = ["v3_10"]