cryptopals/Cargo.toml
2023-04-27 20:19:27 -07:00

13 lines
238 B
TOML

[package]
name = "cryptopals"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes = "0.8.2"
hex = "0.4"
base64 = "0.21.0"
rand = "0.8.5"