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"