8 lines
186 B
TOML
8 lines
186 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 }
|