2019-02-14 07:22:55 +00:00
|
|
|
[package]
|
|
|
|
name = "swap_or_not_shuffle"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2019-02-26 06:30:51 +00:00
|
|
|
[[bench]]
|
|
|
|
name = "benches"
|
|
|
|
harness = false
|
2019-02-14 07:22:55 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-02-26 06:30:51 +00:00
|
|
|
criterion = "0.2"
|
2019-02-14 07:22:55 +00:00
|
|
|
yaml-rust = "0.4.2"
|
|
|
|
hex = "0.3"
|
2019-08-06 04:41:42 +00:00
|
|
|
ethereum-types = "0.6"
|
2019-02-26 06:30:51 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
hashing = { path = "../hashing" }
|
|
|
|
int_to_bytes = { path = "../int_to_bytes" }
|