0fbe4179b3
Separate most modules into crates
11 lines
232 B
TOML
11 lines
232 B
TOML
[package]
|
|
name = "ssz_helpers"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
[dependencies]
|
|
bls = { path = "../bls" }
|
|
hashing = { path = "../hashing" }
|
|
types = { path = "../../types" }
|
|
ssz = { path = "../ssz" }
|