wip: centralize dependencies

This commit is contained in:
🪞👃🪞 2025-03-14 23:54:53 +02:00
parent 4229364363
commit 5b61c71503
8 changed files with 76 additions and 84 deletions

View file

@ -1,17 +1,9 @@
[package]
name = "tek_time"
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"
tengri = { workspace = true }
tek_jack = { workspace = true }