move test crate into core

This commit is contained in:
🪞👃🪞 2024-09-12 22:31:51 +03:00
parent 02db343574
commit 0a842b607a
12 changed files with 523 additions and 507 deletions

View file

@ -16,3 +16,7 @@ once_cell = "1.19.0"
ratatui = { version = "0.26.3", features = [ "unstable-widget-ref", "underline-color" ] }
toml = "0.8.12"
#no_deadlocks = "1.3.2"
[dev-dependencies]
tek_mixer = { version = "0.1.0", path = "../tek_mixer" }
tek_sequencer = { version = "0.1.0", path = "../tek_sequencer" }