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

[dependencies]
portaudio = "0.7.0"
dft = "0.4.3"
gtk = "0.1.1"
cairo-rs = "0.1.1"