wip: refactor pt.20: 44 errors

This commit is contained in:
🪞👃🪞 2024-11-12 02:17:38 +01:00
parent 914c2d6c09
commit 2188bccd63
25 changed files with 664 additions and 486 deletions

View file

@ -8,33 +8,30 @@ tek_core = { path = "../tek_core" }
tek_api = { path = "../tek_api" }
tek_tui = { path = "../tek_tui" }
[lib]
path = "src/lib.rs"
[[bin]]
name = "tek_mixer"
path = "src/mixer_cli.rs"
path = "src/cli_mixer.rs"
[[bin]]
name = "tek_track"
path = "src/track_cli.rs"
path = "src/cli_track.rs"
[[bin]]
name = "tek_sampler"
path = "src/sampler_cli.rs"
path = "src/cli_sampler.rs"
[[bin]]
name = "tek_plugin"
path = "src/plugin_cli.rs"
path = "src/cli_plugin.rs"
[[bin]]
name = "tek_sequencer"
path = "src/sequencer_cli.rs"
path = "src/cli_sequencer.rs"
[[bin]]
name = "tek_arranger"
path = "src/arranger_cli.rs"
path = "src/cli_arranger.rs"
[[bin]]
name = "tek_transport"
path = "src/transport_cli.rs"
path = "src/cli_transport.rs"