* v1.6.8 * Update expanse json with fork at block 600000 (#5351) * Update expanse json with fork at block 600000 * update exp chainID to 2 * Bumped mio * Fixed default UI port for mac installer (#5782) * Blacklist empty phrase account. * Update Cid/multihash/ring/tinykeccak (#5785) * Updating ring,multihash,tiny-keccak * Updating CID in ipfs. * Disable compression for RLP strings
13 lines
361 B
TOML
13 lines
361 B
TOML
[package]
|
|
description = "Recursive-length prefix encoding, decoding, and compression"
|
|
license = "GPL-3.0"
|
|
name = "rlp"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
elastic-array = { git = "https://github.com/paritytech/elastic-array" }
|
|
ethcore-bigint = { path = "../bigint" }
|
|
lazy_static = "0.2"
|
|
rustc-serialize = "0.3"
|