mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
refactor: compact
This commit is contained in:
parent
abee6cc2c8
commit
60627ac3e5
43 changed files with 923 additions and 780 deletions
8
.misc/crates/transport/Cargo.toml
Normal file
8
.misc/crates/transport/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "bloop_transport"
|
||||
|
||||
[dependencies]
|
||||
jack = "0.10"
|
||||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
crossterm = "0.25"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue