mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-07 04:06:50 +01:00
convert to workspace; scaffold wrapper
This commit is contained in:
parent
47ee160c47
commit
52f5c58519
6 changed files with 662 additions and 20 deletions
10
crates/wrapper/Cargo.toml
Normal file
10
crates/wrapper/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue