feat: run stub tek_timer

This commit is contained in:
🪞👃🪞 2024-08-06 16:59:38 +03:00
parent c089e6cfa4
commit b8a67b8adc
4 changed files with 84 additions and 5 deletions

View file

@ -7,3 +7,10 @@ version = "0.1.0"
tek_core = { path = "../tek_core" }
tek_jack = { path = "../tek_jack" }
atomic_float = "1.0.0"
[lib]
path = "src/lib.rs"
[[bin]]
name = "tek_timer"
path = "src/main.rs"