003eef982b
* move common forks and parameters to common params * port specs over to new format * fix RPC tests
14 lines
280 B
TOML
14 lines
280 B
TOML
[package]
|
|
name = "ethjson"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore-bigint = { path = "../util/bigint" }
|
|
rustc-hex = "1.0"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
clippy = { version = "0.0.103", optional = true}
|
|
|