summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 03bd26cf57bdcf3fb9d805187cde61e9380f9c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "aproc"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cpal = "0.14.1"
wav = "1.0.0"
rustfft = "6.0.1"
fftw = "0.7.0"
eframe = "0.19.0"