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

16 lines
218 B
TOML
Raw Normal View History

[package]
name = "gain"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
[dependencies.nih_plug]
path = "../../nih_plug"
[dependencies.nih_plug_derive]
path = "../../nih_plug_derive"