skeleton & stubs
This commit is contained in:
13
crates/plugin-lv2/Cargo.toml
Normal file
13
crates/plugin-lv2/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "plugin-lv2"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "tenko_lv2"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
params = { workspace = true }
|
||||
engine = { workspace = true }
|
||||
lv2 = { workspace = true }
|
||||
Reference in New Issue
Block a user