mayo/Cargo.toml
2023-12-04 15:45:53 -05:00

13 lines
283 B
TOML

[package]
name = "mayo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tiny-keccak = { version = "2.0", features = ["shake"] }
rand = "0.8.5"
rust-crypto = "0.2.36"
rayon = "1.8.0"