From c024e7fd7dbf56ed84663330db2a05c574d8ea55 Mon Sep 17 00:00:00 2001 From: NatoliChris Date: Tue, 18 Sep 2018 12:12:35 +1000 Subject: [PATCH] Add detailed dependencies --- ssz/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ssz/README.md b/ssz/README.md index f76f88370..c6643a260 100644 --- a/ssz/README.md +++ b/ssz/README.md @@ -270,6 +270,21 @@ To build and install all related dependencies: cargo build ``` +### bytes v0.4.9 + +The `bytes` crate provides effective Byte Buffer implementations and +interfaces. + +Documentation: [ https://docs.rs/bytes/0.4.9/bytes/ ](https://docs.rs/bytes/0.4.9/bytes/) + +### ethereum-types + +The `ethereum-types` provide primitives for types that are commonly used in the +ethereum protocol. This crate is provided by [Parity](https://www.parity.io/). + +Github: [ https://github.com/paritytech/primitives ](https://github.com/paritytech/primitives) + + --- ## Interface