9108a3bb50
* Bump ethabi & ethereum-types. * Fix test. * Fix hex encodings.
13 lines
209 B
TOML
13 lines
209 B
TOML
[package]
|
|
name = "ethjson"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.3"
|
|
rustc-hex = "1.0"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
|