e95b093483
* ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor finished * removed obsolete util/src/lib.rs * removed commented out code
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 = "0.2"
|
|
rustc-hex = "1.0"
|
|
byteorder = "1.0"
|