mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-05-07 16:30:13 +02:00
14 lines
233 B
TOML
14 lines
233 B
TOML
[package]
|
|
name = "tek_midi"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
tengri = { workspace = true }
|
|
|
|
tek_jack = { workspace = true }
|
|
tek_time = { workspace = true }
|
|
|
|
midly = { workspace = true }
|
|
uuid = { workspace = true }
|