Skip to content

Commit

Permalink
fix: add tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon64 committed Apr 28, 2024
1 parent 7a04bd5 commit 7ed1934
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/alerion_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ thiserror = "1.0.58"
uuid = { version = "1.8.0", features = ["serde"] }
bytestring = "1.3.1"
jsonwebtoken = "9.3.0"
actix = "0.13.3"
actix-web-actors = "4.3.0"
log = "0.4.21"
tracing = { version = "0.1.27", features = ["log"] }
pin-project-lite = "0.2.14"
reqwest = { version = "0.12.3" }
smallvec = { version = "1.13.2", features = ["serde"] }
Expand Down

0 comments on commit 7ed1934

Please sign in to comment.