EonaCatCipher/Rust/cargo.toml

11 lines
142 B
TOML
Raw Permalink Normal View History

2024-09-25 19:22:33 +02:00
[package]
name = "EonaCatCipher"
version = "1.0.0"
edition = "2024"
[dependencies]
rand = "0.8"
sha2 = "0.10"
hmac = "0.11"
bytemuck = "1.7"