First end-to-end movement
This commit is contained in:
parent
f7483fe42a
commit
1498fd27ff
6 changed files with 436 additions and 92 deletions
|
|
@ -24,3 +24,8 @@ libusb1-sys = "0.6"
|
|||
rusb = "0.9"
|
||||
clap = { version = "4.5.19", features = ["derive"] }
|
||||
indicatif = "0.17.8"
|
||||
tokio-serial = {version = "5.4.4", features = ["codec", "rt"] }
|
||||
tokio-util = { version = "0.7.13", features = ["codec", "rt"] }
|
||||
bytes = "1.9.0"
|
||||
futures-util = "0.3.31"
|
||||
futures = "0.3.31"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue