mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
move test crate into core
This commit is contained in:
parent
02db343574
commit
0a842b607a
12 changed files with 523 additions and 507 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue