lighthouse/eth2/utils/logging/Cargo.toml
blacktemplar 309b10c4a8 add logging functionality for aligning key value pairs after message (#461)
* add logging functionality for aligning key value pairs after the main messages

* move to own crate, change default message width to 40

* use FullFormat in validator_client (CompactFormat is not compatible with aligning)

* move logging to eth2/utils/logging
2019-07-31 09:06:53 +10:00

10 lines
178 B
TOML

[package]
name = "logging"
version = "0.1.0"
authors = ["blacktemplar <blacktemplar@a1.net>"]
edition = "2018"
[dependencies]
slog = { version = "^2.2.3" }
slog-term = "^2.4.0"