rework cli frontend

This commit is contained in:
Ferdinand Schober
2025-03-15 12:31:36 +01:00
parent 7898f2362c
commit d8e2c1ef02
12 changed files with 244 additions and 493 deletions

View File

@@ -9,6 +9,7 @@ repository = "https://github.com/feschber/lan-mouse"
[dependencies]
futures = "0.3.30"
lan-mouse-ipc = { path = "../lan-mouse-ipc", version = "0.2.0" }
clap = { version = "4.4.11", features = ["derive"] }
tokio = { version = "1.32.0", features = [
"io-util",
"io-std",