1
0
Fork 0
nih-plug/plugins/gain/Cargo.toml
2022-01-25 22:18:55 +01:00

16 lines
218 B
TOML

[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"