openethereum/ethtools/Cargo.toml

11 lines
230 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" }