Skip to content
Snippets Groups Projects
Commit 88696998 authored by Gav Wood's avatar Gav Wood Committed by GitHub
Browse files

Fix. (#240)

parent cd4a1e22
No related merge requests found
......@@ -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)",
......
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment