mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
13 lines
263 B
TOML
13 lines
263 B
TOML
[package]
|
|
name = "tek_midi"
|
|
edition = { workspace = true }
|
|
version = { workspace = true }
|
|
|
|
[dependencies]
|
|
tengri = { workspace = true }
|
|
|
|
tek_jack = { workspace = true }
|
|
tek_time = { workspace = true }
|
|
|
|
midly = { workspace = true }
|
|
uuid = { workspace = true }
|