convert to workspace; scaffold wrapper

This commit is contained in:
🪞👃🪞 2024-10-27 21:12:04 +02:00
parent 47ee160c47
commit 52f5c58519
6 changed files with 662 additions and 20 deletions

10
crates/wrapper/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[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" }