faultwaves/plugins/dfpworm/Cargo.toml
2025-09-17 12:39:47 -06:00

17 lines
413 B
TOML

[package]
name = "dfpworm"
version = "0.1.0"
edition = "2024"
[lib]
path = "src/lib.rs"
crate-type = ["cdylib", "lib"]
[[bin]]
name = "dfpworm"
path = "src/standalone.rs"
[dependencies]
atomic_float = "1.1"
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", version = "0.0.0", features = ["standalone"]}
nih_plug_iced = { git = "https://github.com/robbert-vdh/nih-plug.git", version = "0.0.0" }