Skip to content

Commit f7bf816

Browse files
committed
validator_worker - Cargo.toml - add slog
1 parent f636867 commit f7bf816

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

validator_worker/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ num-traits = "0.2.0"
1818
# To/From Hex
1919
hex = "0.3.2"
2020
byteorder = "1.3"
21+
# Logging
22+
slog = { version = "^2.5.2" , features = ["max_level_trace"] }
2123
# Futures
2224
futures = "0.3"
2325
# Concurrency

0 commit comments

Comments
 (0)