From adf0fcb5bf6a2139ffe1d9f4ce98654be00819e9 Mon Sep 17 00:00:00 2001 From: cypherkitty Date: Sat, 28 Dec 2024 21:07:49 -0800 Subject: [PATCH] Age migration: fixes --- Earthfile | 1 - meta-secret/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 9dc8b3a..113561f 100644 --- a/Earthfile +++ b/Earthfile @@ -1,6 +1,5 @@ VERSION 0.8 FROM scratch -ENV RUST_VERSION="1.82.0" IMPORT ./infra AS infra IMPORT ./meta-secret AS app diff --git a/meta-secret/Cargo.toml b/meta-secret/Cargo.toml index 7a4ce1c..f8e6295 100644 --- a/meta-secret/Cargo.toml +++ b/meta-secret/Cargo.toml @@ -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"