We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e8117 commit c2854e1Copy full SHA for c2854e1
Cargo.toml
@@ -26,6 +26,12 @@ async-trait = { version = "0.1" }
26
strum = { version = "0.27", features = ["derive"] }
27
thiserror = { version = "2.0" }
28
tokio-stream = { version = "0.1" }
29
+tracing = "0.1"
30
+tracing-subscriber = { version = "0.3", features = [
31
+ "env-filter",
32
+ "std",
33
+ "fmt",
34
+] }
35
36
37
# [workspace.dependencies.windows]
0 commit comments