summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d58078666677fac32e5dc7ee45aa4747087c8cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rusty_microphone"
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"]