mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
17 lines
443 B
TOML
17 lines
443 B
TOML
[package]
|
|
name = "tek_time"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
tek_input = { git = "https://codeberg.org/unspeaker/tengri", rev = "6cd85ef" }
|
|
tek_edn = { git = "https://codeberg.org/unspeaker/tengri", rev = "6cd85ef" }
|
|
tek_tui = { git = "https://codeberg.org/unspeaker/tengri", rev = "6cd85ef" }
|
|
|
|
tek_jack = { path = "../jack" }
|
|
|
|
atomic_float = "1.0.0"
|
|
quanta = "0.12.3"
|
|
#jack = { path = "../rust-jack" }
|
|
#midly = "0.5"
|
|
|