[package] name = "nih_plug" version = "0.1.0" edition = "2021" authors = ["Robbert van der Helm "] license = "GPL-3.0-or-later" [workspace] members = ["nih_plug_derive", "plugins/gain"] [dependencies] nih_plug_derive = { path = "nih_plug_derive" } lazy_static = "1.4" # Upstream currently does not support structs with generics and comments vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/vst3-macro-generics" } widestring = "1.0.0-beta.1"