Files
technically-a-synth-dsp/Cargo.toml
2026-03-10 22:55:38 -04:00

8 lines
163 B
TOML

[package]
name = "dsp"
version = "0.1.0"
edition = "2024"
[dependencies]
dasp = { version = "0.11.0", default-features = false, features = ["signal", "window"] }