This commit is contained in:
raf 2026-05-06 12:16:47 -07:00 committed by GitHub
commit 4f861f1bd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 912 additions and 30 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.1", optional = true }
base64 = "0.22.1"
blocking = "1.6.2"