mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: multi-crate refactor
This commit is contained in:
parent
911c47fc7c
commit
e08a79b507
25 changed files with 311 additions and 265 deletions
3
crates/cli/src/lib.rs
Normal file
3
crates/cli/src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
use std::sync::Arc;
|
||||
use clap::{self, Parser};
|
||||
use tek::{*, jack::*};
|
||||
Loading…
Add table
Add a link
Reference in a new issue