vestal/crates/wrapper/Cargo.toml

10 lines
179 B
TOML

[package]
name = "vestal_wrapper"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug" }