feat: run stub tek_chain

This commit is contained in:
🪞👃🪞 2024-08-06 16:56:23 +03:00
parent 2a60808239
commit c089e6cfa4
9 changed files with 60 additions and 38 deletions

View file

@ -6,3 +6,10 @@ version = "0.1.0"
[dependencies]
tek_core = { path = "../tek_core" }
tek_jack = { path = "../tek_jack" }
[lib]
path = "src/lib.rs"
[[bin]]
name = "tek_chain"
path = "src/main.rs"