summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f25965467be57da287093682df329f4f4df1fabd (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"
cairo-rs = "0.1.1"

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