1
0
Fork 0
nih-plug/plugins/gain/Cargo.toml
Robbert van der Helm 070e68c084 Move nih_plug to the repo's root
Makes more sense to have this be on the same level as the workspace
since technically this crate can be used separately.
2022-01-26 12:52:57 +01:00

11 lines
137 B
TOML

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