mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 17:16:42 +01:00
11 lines
256 B
TOML
11 lines
256 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" }
|
|
tek_jack = { git = "https://codeberg.org/unspeaker/tek", ref = "77d617f9" }
|