openethereum/ethtools/Cargo.toml

14 lines
310 B
TOML
Raw Normal View History

2016-02-21 21:23:46 +01:00
[package]
description = "Ethcore Ethereum tools"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethtools"
version = "0.9.99"
authors = ["Ethcore <admin@ethcore.io>"]
[dependencies]
ethcore-util = { path = "../util" }
2016-02-22 18:07:56 +01:00
rustc-serialize = "0.3"
ethcore-devtools = { path = "../devtools" }
2016-02-22 20:19:33 +01:00
log = "0.3"