2022-01-26 12:52:57 +01:00
|
|
|
[package]
|
|
|
|
name = "nih_plug"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
2022-01-25 12:23:19 +01:00
|
|
|
[workspace]
|
2022-01-26 12:52:57 +01:00
|
|
|
members = ["nih_plug_derive", "plugins/gain"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
nih_plug_derive = { path = "nih_plug_derive" }
|
|
|
|
vst3-sys = { git = "https://github.com/RustAudio/vst3-sys.git" }
|