Add detailed dependencies

This commit is contained in:
NatoliChris 2018-09-18 12:12:35 +10:00
parent 79ef5200b2
commit c024e7fd7d
No known key found for this signature in database
GPG Key ID: D3EA7DBA19945306

View File

@ -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