add tracing
This commit is contained in:
parent
9ae0630db4
commit
a06790a2af
7 changed files with 413 additions and 17 deletions
|
|
@ -20,3 +20,6 @@ libc = { version = "0.2.180", features = ["extra_traits"] }
|
|||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
tap = "1.0.1"
|
||||
tracing = { version = "0.1.44", features = ["attributes"] }
|
||||
tracing-human-layer = "0.2.1"
|
||||
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["std", "env-filter", "fmt", "ansi", "registry", "parking_lot"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue