Chore + Deps: Add the log feature to tracing

This commit is contained in:
Kyle Simpson
2021-02-04 02:38:09 +00:00
parent aaab97511d
commit 1863d39356

View File

@@ -15,7 +15,7 @@ version = "0.1.2"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
tracing = { version = "0.1", features = ["log"] }
tracing-futures = "0.2"
[dependencies.async-trait]