chore: add tracing and tracing-subscriber as dependencies

This commit is contained in:
J / Jacob Babich
2024-09-30 02:30:22 -04:00
parent 08d4e1b94c
commit 1b636bcf7c
4 changed files with 142 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ repository = { workspace = true }
[dependencies]
clap = { workspace = true, features = ["derive", "env"] }
tracing = { workspace = true }