1
0
Files
cryptopal_rs/Cargo.toml
2025-10-07 22:39:16 +08:00

23 lines
461 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"
crypto-bigint = "0.6"
axum = "0.8"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
reqwest = "0.12"