db: allow encrypting database entries via age on the storage layer

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I942e2aeba2f079323a55bf4455937ddd6a6a6964
This commit is contained in:
raf 2026-04-01 09:45:12 +03:00
commit 5153b4d19c
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 812 additions and 12 deletions

View file

@ -14,6 +14,7 @@ name = "stash" # actual binary name for Nix, Cargo, etc.
path = "src/main.rs"
[dependencies]
age = "0.11.2"
arc-swap = { version = "1.9.0", optional = true }
base64 = "0.22.1"
blocking = "1.6.2"