feat(server::key_holder): ability to remotely get current state

This commit is contained in:
hdbg
2026-02-16 20:38:02 +01:00
parent bbaed3fb97
commit 6c8a67c520
3 changed files with 9 additions and 47 deletions

View File

@@ -41,7 +41,6 @@ zeroize = { version = "1.8.2", features = ["std", "simd"] }
kameo.workspace = true
x25519-dalek = { version = "2.0.1", features = ["getrandom"] }
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
statig = { version = "0.4.1", features = ["async"] }
argon2 = { version = "0.5.3", features = ["zeroize"] }
restructed = "0.2.2"
strum = { version = "0.27.2", features = ["derive"] }