EonaCatCipher/Rust/cargo.toml

11 lines
142 B
TOML

[package]
name = "EonaCatCipher"
version = "1.0.0"
edition = "2024"
[dependencies]
rand = "0.8"
sha2 = "0.10"
hmac = "0.11"
bytemuck = "1.7"