mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
12 lines
267 B
TOML
12 lines
267 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" ] }
|
|
wavers = "1.4.3"
|