openethereum/Cargo.toml

12 lines
229 B
TOML
Raw Normal View History

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