Skip to content

Commit

Permalink
Merge pull request #68 from Stremio/chore/add-more-deps-to-workspace
Browse files Browse the repository at this point in the history
chore(workspace): add tracing and tracing-subscriber as deps.
  • Loading branch information
elpiel authored Nov 26, 2024
2 parents 952dae9 + bd6ed3b commit 66d11fc
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 66d11fc

Please sign in to comment.