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"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bytes = "0.4"
|
|
|
|
hashing = { path = "../hashing" }
|
2019-02-15 01:13:57 +00:00
|
|
|
int_to_bytes = { path = "../int_to_bytes" }
|
2019-02-14 07:22:55 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
yaml-rust = "0.4.2"
|
|
|
|
hex = "0.3"
|
2019-02-15 01:56:50 +00:00
|
|
|
ethereum-types = "0.5"
|