openethereum/json/Cargo.toml

13 lines
231 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"