feat(client): add file-backed signing key storage with transparent first-run key creation

This commit is contained in:
CleverWild
2026-03-19 18:10:43 +01:00
parent e89983de3a
commit c87456ae2f
2 changed files with 155 additions and 3 deletions

View File

@@ -20,3 +20,4 @@ thiserror.workspace = true
http = "1.4.0"
rustls-webpki = { version = "0.103.9", features = ["aws-lc-rs"] }
async-trait.workspace = true
rand.workspace = true