f1e99ea2e4
* Porting json * Dapps * Rpc & Ethstore * New ethabi * Last bunch of fixes * Fixing last test * Removing build script * Adding ethcore-ipc-tests back * Fixing grumbles * Fixing blockchain tests (inference regression?)
14 lines
277 B
TOML
14 lines
277 B
TOML
[package]
|
|
name = "ethjson"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore-util = { path = "../util" }
|
|
rustc-serialize = "0.3"
|
|
serde = "0.9"
|
|
serde_json = "0.9"
|
|
serde_derive = "0.9"
|
|
clippy = { version = "0.0.103", optional = true}
|
|
|