Skip to content

Commit

Permalink
Age migration: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherkitty committed Dec 29, 2024
1 parent 6719700 commit adf0fcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
VERSION 0.8
FROM scratch
ENV RUST_VERSION="1.82.0"

IMPORT ./infra AS infra
IMPORT ./meta-secret AS app
2 changes: 1 addition & 1 deletion meta-secret/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ base64 = "0.20.0"
hex = "0.4.3"
#https://github.com/dsprenkels/sss-rs
shamirsecretsharing = "0.1.5"
age = { version = "0.11.1", features = ["curve25519-dalek", "armor", "cli-common"] }
age = { version = "0.11.1", features = ["curve25519-dalek", "armor", "async", "web-sys"] }

# Networking
axum = "0.7.9"
Expand Down

0 comments on commit adf0fcb

Please sign in to comment.