finish applying port autoconnect refactor, move entry point to top level, update usage

This commit is contained in:
🪞👃🪞 2025-01-09 21:56:47 +01:00
parent fe70b57dc1
commit c3de403645
9 changed files with 126 additions and 102 deletions

View file

@ -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"