mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
11 lines
250 B
TOML
11 lines
250 B
TOML
[package]
|
|
name = "tek_api"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
tek_core = { path = "../tek_core" }
|
|
uuid = { version = "1.10.0", features = [ "v4" ] }
|
|
vst = "0.4.0"
|
|
livi = "0.7.4"
|
|
symphonia = { version = "0.5.4", features = [ "all" ] }
|