lighthouse/eth2/utils/vec_shuffle/Cargo.toml

12 lines
204 B
TOML
Raw Normal View History

[package]
name = "vec_shuffle"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
hashing = { path = "../hashing" }
[dev-dependencies]
yaml-rust = "0.4.2"