mayo/Cargo.toml

13 lines
283 B
TOML
Raw Normal View History

2024-05-08 15:26:44 -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"] }
rand = "0.8.5"
rust-crypto = "0.2.36"
rayon = "1.8.0"