mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
finish applying port autoconnect refactor, move entry point to top level, update usage
This commit is contained in:
parent
fe70b57dc1
commit
c3de403645
9 changed files with 126 additions and 102 deletions
|
|
@ -6,3 +6,7 @@ version = "0.2.0"
|
|||
[dependencies]
|
||||
tek = { path = "./tek" }
|
||||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
|
||||
[[bin]]
|
||||
name = "tek"
|
||||
path = "./tek.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue