Files
tenko/crates/plugin-lv2/Cargo.toml
2026-04-20 13:19:15 +03:00

19 lines
302 B
TOML

[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, features = [
"lv2-atom",
"lv2-units",
"lv2-urid",
"lv2-midi",
] }