RedFlag/helper/Cargo.toml
Fimeg 67e26be2d9 projection: begin the exact-path public epoch
The public tree and its history contain only the listed paths. Earlier projection history remains preserved internally.

Source-Sha: 913fde029b935671833254797f0f20f1eb9fabba

Policy-Sha: 913fde029b935671833254797f0f20f1eb9fabba

Tree-Digest: 180ae530c1058a2a5c89837bdce2d323ae83e669e38590ca72e75b8d92b7262f
2026-09-08 21:59:33 -04:00

24 lines
379 B
TOML

[package]
name = "redflag-helper"
version = "0.2.9"
edition = "2021"
license = "AGPL-3.0"
publish = false
[dependencies]
ed25519-dalek = "2.1.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
hex = "0.4"
subtle = "2"
libc = "0.2"
[[bin]]
name = "redflag-helper"
path = "src/main.rs"
[profile.release]
opt-level = 3
lto = true
strip = true