openethereum/devtools/Cargo.toml

17 lines
289 B
TOML
Raw Normal View History

2016-02-19 15:18:20 +01:00
[package]
description = "Ethcore development/test/build tools"
2016-12-11 19:43:58 +01:00
homepage = "http://parity.io"
2016-02-19 15:18:20 +01:00
license = "GPL-3.0"
name = "ethcore-devtools"
2017-10-12 23:44:02 +02:00
version = "1.9.0"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
2016-02-19 15:18:20 +01:00
[dependencies]
rand = "0.3"
[features]
[lib]
path = "src/lib.rs"
test = true