Skip to content

Commit c2854e1

Browse files
committed
chore: add tracing
1 parent 74e8117 commit c2854e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ async-trait = { version = "0.1" }
2626
strum = { version = "0.27", features = ["derive"] }
2727
thiserror = { version = "2.0" }
2828
tokio-stream = { version = "0.1" }
29+
tracing = "0.1"
30+
tracing-subscriber = { version = "0.3", features = [
31+
"env-filter",
32+
"std",
33+
"fmt",
34+
] }
2935

3036

3137
# [workspace.dependencies.windows]

0 commit comments

Comments
 (0)