mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
31 lines
737 B
TOML
31 lines
737 B
TOML
[package]
|
|
name = "tek"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
#no_deadlocks = "1.3.2"
|
|
#vst3 = "0.1.0"
|
|
atomic_float = "1.0.0"
|
|
backtrace = "0.3.72"
|
|
better-panic = "0.3.0"
|
|
clojure-reader = "0.1.0"
|
|
crossterm = "0.27"
|
|
jack = "0.13"
|
|
livi = "0.7.4"
|
|
midly = "0.5"
|
|
once_cell = "1.19.0"
|
|
palette = { version = "0.7.6", features = [ "random" ] }
|
|
quanta = "0.12.3"
|
|
rand = "0.8.5"
|
|
ratatui = { version = "0.26.3", features = [ "unstable-widget-ref", "underline-color" ] }
|
|
#suil-rs = { path = "../suil" }
|
|
symphonia = { version = "0.5.4", features = [ "all" ] }
|
|
toml = "0.8.12"
|
|
uuid = { version = "1.10.0", features = [ "v4" ] }
|
|
#vst = "0.4.0"
|
|
wavers = "1.4.3"
|
|
#winit = { version = "0.30.4", features = [ "x11" ] }
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|