implement protocol scaffold

This commit is contained in:
2025-12-14 21:04:02 -06:00
parent 71552911b1
commit 2f3dc5b623
3 changed files with 129 additions and 0 deletions

View File

@@ -11,5 +11,6 @@ async-trait = "0.1.89"
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"