070e68c084
Makes more sense to have this be on the same level as the workspace since technically this crate can be used separately.
11 lines
137 B
TOML
11 lines
137 B
TOML
[package]
|
|
name = "gain"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
nih_plug = { path = "../../" }
|