Switch to slog
This commit is contained in:
parent
f27e981259
commit
395fb1c9fa
7 changed files with 246 additions and 143 deletions
|
|
@ -12,6 +12,9 @@ futures-util = "0.3"
|
|||
async-trait = "0.1"
|
||||
tokio = { version = "1.6.1", features = ["rt", "process", "io-util", "macros", "sync"] }
|
||||
once_cell = "1.4"
|
||||
slog = { version = "2", features = ["max_level_trace", "release_max_level_trace"] }
|
||||
slog-term = "2.5"
|
||||
slog-async = "2.7"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue