1
0
Fork 0
nih-plug/plugins/gain/Cargo.toml

14 lines
188 B
TOML
Raw Normal View History

[package]
name = "gain"
version = "0.1.0"
edition = "2021"
2022-02-02 05:41:03 +11:00
license = "GPL-3.0-or-later"
[lib]
crate-type = ["cdylib"]
[dependencies]
nih_plug = { path = "../../" }
parking_lot = "0.12"