1
0
Fork 0
nih-plug/nih_plug/Cargo.toml
Robbert van der Helm c3f8b8fb8c Re-export the nih_plug_derive macro
No need to have to use this crate separately.
2022-01-26 12:50:30 +01:00

10 lines
286 B
TOML

[package]
name = "nih_plug"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "GPL-3.0-or-later"
[dependencies]
nih_plug_derive = { path = "../nih_plug_derive" }
vst3-sys = { git = "https://github.com/RustAudio/vst3-sys.git" }