mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 17:16:42 +01:00
10 lines
179 B
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" }
|