mayo/Cargo.toml

13 lines
283 B
TOML
Raw Normal View History

2023-05-21 15:05:39 -04:00
[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"] }
2023-05-01 16:45:53 -04:00
rand = "0.8.5"
rust-crypto = "0.2.36"
rayon = "1.8.0"