1 2 3 4 5 6 7 8 9
[package] name = "vedasynth" description = "A very simple synth library, very WIP but works for basic sine waves really easily." version = "0.0.3" edition = "2021" license = "ISC" [dependencies] cpal = { version = "0.15", features = ["jack"] }