cryptopals/Cargo.toml
2023-04-26 21:58:19 -07:00

11 lines
222 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"