implement client.rs

This commit is contained in:
2025-12-13 12:26:03 -06:00
parent da8c57243d
commit 246fd97f5b
7 changed files with 200 additions and 257 deletions

View File

@@ -9,4 +9,5 @@ rand = { version = "0.8.5", features = ["std"] }
sha2 = "0.10.9"
uuid = "1.19.0"
getset = "0.1.6"
async-trait = "0.1.89"