1
0
Files
cryptopal_rs/problems/p16/Cargo.toml
2025-09-08 17:25:30 +08:00

9 lines
138 B
TOML

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