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

[dependencies]
portaudio = "0.7.0"
gtk = "0.1.1"
cairo-rs = "0.1.1"
bencher = "0.1.2"

[[bench]]
name = "transforms"
harness = false