summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0830062cb9ea7ed94d0bb6d73c43c82b851c9f7b (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.6.4"
dft = "0.4.3"
gdk = "0.5.0"

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