AES-Encrypter-Rust/crypt/Cargo.toml
Daniel Ballard de3c9d2b2d
Added projects
contains "crypt" and "stub"
2023-05-17 12:26:44 +01:00

13 lines
242 B
TOML

[package]
name = "crypt"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
block-modes = "0.7.0"
rand = "0.8.4"
aes = "0.8.2"
crypto = "0.4.0"