Add ssz_derive crate.

It appears to be fully functional at this stage.
This commit is contained in:
Paul Hauner
2019-02-19 13:53:05 +11:00
parent 98c33a7d06
commit fdfaf18dbd
4 changed files with 96 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ serde_derive = "1.0"
serde_json = "1.0"
slog = "^2.2.3"
ssz = { path = "../utils/ssz" }
ssz_derive = { path = "../utils/ssz_derive" }
swap_or_not_shuffle = { path = "../utils/swap_or_not_shuffle" }
[dev-dependencies]