1
0
cryptopal_rs/Cargo.toml
2025-08-24 22:29:01 +08:00

18 lines
313 B
TOML

[package]
name = "cryptopal_rs"
version = "0.1.0"
edition = "2024"
[workspace]
members = ["problems/*", "common"]
[workspace.dependencies]
hex = "0.4.3"
base64 = "0.22.1"
anyhow = "1.0.98"
rand = "0.9"
num-bigint = { version = "0.4", features = ["rand"] }
num-traits = "0.2"
once_cell = "1.21"
rayon = "1.11.0"