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

3
Cargo.lock generated
View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@@ -2005,6 +2005,7 @@ dependencies = [
name = "lan-mouse-cli"
version = "0.2.0"
dependencies = [
"clap",
"futures",
"lan-mouse-ipc",
"tokio",