mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 08:36:41 +01:00
11 lines
286 B
TOML
11 lines
286 B
TOML
[package]
|
|
name = "vestal_wrap"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
#nih_plug = { git = "https://github.com/robbert-vdh/nih-plug" }
|
|
tek_jack = { git = "https://codeberg.org/unspeaker/tek", ref = "77d617f9" }
|