mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
move cli entrypoint stuff to cli crate
This commit is contained in:
parent
f58ff407b3
commit
5e21792a26
4 changed files with 236 additions and 226 deletions
|
|
@ -14,7 +14,6 @@
|
|||
#![feature(type_alias_impl_trait)]
|
||||
#![feature(trait_alias)]
|
||||
#![feature(type_changing_struct_update)]
|
||||
mod cli; pub use self::cli::*;
|
||||
mod audio; pub use self::audio::*;
|
||||
mod device; pub use self::device::*;
|
||||
mod keys; pub use self::keys::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue