Skip to content

Commit

Permalink
chore(workspace): add tracing and tracing-subscriber as deps.
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Nov 26, 2024
1 parent 952dae9 commit bd6ed3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ hex = "0.4"
# Futures
futures = "0.3"

tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }

[profile.release]
lto = true
opt-level = 3

0 comments on commit bd6ed3b

Please sign in to comment.