Chore + Deps: Add the log feature to tracing
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user