mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 04:57:17 +00:00
fc04286ae6
I also fixed an error I found through strict typing.
15 lines
282 B
TOML
15 lines
282 B
TOML
[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" }
|
|
int_to_bytes = { path = "../int_to_bytes" }
|
|
|
|
[dev-dependencies]
|
|
yaml-rust = "0.4.2"
|
|
hex = "0.3"
|