machines/rust/program/ed25519-helper/Cargo.toml
Kaare Hoff Skovgaard fabaf54549
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
Get ed25519 dkim signature working
2025-07-30 16:29:00 +02:00

13 lines
340 B
TOML

[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" }