This commit is contained in:
Gav Wood
2018-06-24 15:24:04 +02:00
committed by GitHub
parent cd4a1e2211
commit 88696998b1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2531,6 +2531,7 @@ name = "substrate-telemetry"
version = "0.2.0"
dependencies = [
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+1
View File
@@ -7,6 +7,7 @@ description = "Telemetry utils"
[dependencies]
parking_lot = "0.4"
lazy_static = "1.0"
log = "0.3"
slog = "^2"
slog-json = "^2"
slog-async = "^2"