parity-zcash/devtools/Cargo.toml

15 lines
267 B
TOML
Raw Normal View History

2016-10-13 04:13:50 -07:00
[package]
description = "Ethcore development/test/build tools"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore-devtools"
version = "1.3.0"
authors = ["Ethcore <admin@ethcore.io>"]
[dependencies]
rand = "0.3"
[lib]
path = "src/lib.rs"
test = true