Skip to content

Commit

Permalink
install tracing-subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
emmysteven committed Aug 24, 2024
1 parent 3402ec8 commit cdfcb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tokio = { version = "1.39.2", features = [
"signal",
] }
tower = { version = "0.5.0" }
tower-http = { version = "0.5", features = ["trace"] }
tower-http = { version = "0.5", features = ["trace", "cors"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
"env-filter",
Expand Down

0 comments on commit cdfcb0b

Please sign in to comment.