Skip to content

Commit

Permalink
Instrument codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
septum committed Feb 17, 2024
1 parent 6ee324d commit 5a9296c
Show file tree
Hide file tree
Showing 9 changed files with 339 additions and 30 deletions.
218 changes: 215 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ name = "zero2prod"
actix-web = "4"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
config = "0.14"
once_cell = "1.19.0"
reqwest = "0.11"
secrecy = { version = "0.8", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1", features = ["log"] }
tracing-actix-web = "0.7"
tracing-bunyan-formatter = "0.3"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
uuid = { version = "1", features = ["v4"] }

[dependencies.sqlx]
Expand Down
Loading

0 comments on commit 5a9296c

Please sign in to comment.