Files
ebu-plugs/ebu-dsp/Cargo.toml
2025-12-02 10:36:07 +01:00

11 lines
242 B
TOML

[package]
name = "ebu-dsp"
version = "0.1.0"
edition = "2024"
[dependencies]
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", version = "0.0.0", default-features = false }
log = "0.4.28"
simplelog = "0.12.2"
crossbeam = "0.8.4"