feat: add full CLI with all commands and device management

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-11 23:13:08 -04:00
parent 1e08055d8d
commit 87167e31a5
2 changed files with 720 additions and 2 deletions

View File

@@ -15,3 +15,8 @@ anyhow = "1"
rpassword = "5"
arboard = "3"
dirs = "5"
hex = "0.4"
ed25519-dalek = { version = "2", features = ["rand_core"] }
rand = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"