mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-05-09 08:40:13 +02:00
12 lines
208 B
TOML
12 lines
208 B
TOML
[package]
|
|
name = "tek_plugin"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
tengri = { workspace = true }
|
|
|
|
tek_jack = { workspace = true }
|
|
tek_time = { workspace = true }
|
|
tek_midi = { workspace = true }
|