openethereum/logger/Cargo.toml

20 lines
345 B
TOML
Raw Normal View History

[package]
description = "Ethcore client."
name = "ethcore-logger"
2017-03-07 17:29:27 +01:00
version = "1.7.0"
license = "GPL-3.0"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
log = "0.3"
env_logger = "0.3"
ethcore-util = { path = "../util" }
isatty = "0.1"
lazy_static = "0.2"
regex = "0.1"
time = "0.1"
[profile.release]
debug = true
lto = false