openethereum/ethtools/Cargo.toml
2016-02-21 23:23:46 +03:00

11 lines
230 B
TOML

[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" }