Get ed25519 dkim signature working
Some checks failed
/ check (push) Failing after 1m1s
/ dev-shell (push) Successful in 2m22s
/ rust-packages (push) Successful in 2m43s
/ systems (push) Successful in 28m40s
/ terraform-providers (push) Successful in 2m27s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-30 16:29:00 +02:00
parent 9af8f29b48
commit fabaf54549
Signed by: khs
GPG key ID: C7D890804F01E9F0
10 changed files with 894 additions and 17 deletions

View file

@ -0,0 +1,13 @@
[package]
name = "ed25519-helper"
edition = "2024"
version = "1.0.0"
metadata.crane.name = "ed25519-helper"
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
common = { path = "../../lib/common" }
log = { workspace = true }
libsodium-rs = { workspace = true }
hakari = { version = "0.1", path = "../../lib/hakari" }