46183b1cdd
* bigint upgraded to version 3.0 * fixed missing FromHex import in ethcore tests * fixed missing FromHex import in rpc tests
14 lines
271 B
TOML
14 lines
271 B
TOML
[package]
|
|
name = "ethjson"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore-util = { path = "../util" }
|
|
rustc-hex = "1.0"
|
|
serde = "0.9"
|
|
serde_json = "0.9"
|
|
serde_derive = "0.9"
|
|
clippy = { version = "0.0.103", optional = true}
|
|
|