mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
16 lines
261 B
TOML
16 lines
261 B
TOML
[package]
|
|
name = "tek_timer"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
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/transport_main.rs"
|