Add WIP ssz module

This commit is contained in:
Paul Hauner
2018-08-09 13:56:58 +10:00
parent f276151c58
commit fd775e3252
3 changed files with 210 additions and 0 deletions

8
ssz/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "ssz"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bytes = "0.4.9"
ethereum-types = ""