mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 06:23:47 +00:00
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:
parent
f139bda7b2
commit
5153b4d19c
3 changed files with 812 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue