partial implement client app

This commit is contained in:
2025-12-15 16:31:53 -06:00
parent 2f3dc5b623
commit 72e52a7d03
11 changed files with 416 additions and 75 deletions

View File

@@ -12,5 +12,10 @@ uuid = { version = "1.19.0", features = ["v4"] }
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "sync"] }
nkode-rs = { path = "nkode-rs" }
zeroize = "1.8.2"
blake3 = "1.8.2"
email_address = "0.2.9"
anyhow = "1.0.100"
serde = { version = "1.0.228", features = ["derive"] }
getset = "0.1.6"