1
0
Files
cryptopal_rs/problems/p22/Cargo.toml
2025-08-31 16:33:01 +08:00

9 lines
138 B
TOML

[package]
name = "p22"
version = "0.1.0"
edition = "2024"
[dependencies]
common = { path = "../../common/" }
rand = { workspace = true }