openethereum/Cargo.toml

13 lines
239 B
TOML
Raw Normal View History

2015-11-24 20:57:23 +01:00
[package]
2015-11-24 22:21:15 +01:00
description = "Ethcore library"
homepage = "http://ethcore.io"
license = "GPL-3.0"
2015-11-24 20:57:23 +01:00
name = "ethcore"
version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"]
2015-11-24 21:27:10 +01:00
[dependencies]
2015-11-24 22:21:15 +01:00
log = "0.3"
env_logger = "0.3"
2015-11-24 21:27:10 +01:00
ethcore-util = "0.1.0"