lighthouse/eth2/utils/ssz/Cargo.toml
Pawan Dhananjay 88e89f9ab2 Update ethereum types (#489)
* Update ethereum-types to version 0.6

* Fix tests

* Run rustfmt
2019-08-06 14:41:42 +10:00

17 lines
300 B
TOML

[package]
name = "eth2_ssz"
version = "0.1.2"
authors = ["Paul Hauner <paul@sigmaprime.io>"]
edition = "2018"
description = "SimpleSerialize (SSZ) as used in Ethereum 2.0"
license = "Apache-2.0"
[lib]
name = "ssz"
[dev-dependencies]
eth2_ssz_derive = "0.1.0"
[dependencies]
ethereum-types = "0.6"