9adee532a0
* updated ethereum-types and tiny-keccak * Updated several deps * Updated several more dependencies * Modify dummy file to trigger ci * fixed update of memmap to 0.6 in ethash crate * Fixed fetch after update to latest reqwest * Updated jsonrpc-core with fixes for serde * add expects in util/version/build.rs
15 lines
365 B
TOML
15 lines
365 B
TOML
[package]
|
|
description = "Recursive-length prefix encoding, decoding, and compression"
|
|
repository = "https://github.com/paritytech/parity"
|
|
license = "MIT/Apache-2.0"
|
|
name = "rlp"
|
|
version = "0.2.1"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
elastic-array = "0.9"
|
|
ethereum-types = "0.1"
|
|
lazy_static = "1.0"
|
|
rustc-hex = "1.0"
|
|
byteorder = "1.0"
|