Skip to content

Commit

Permalink
Rework error handling example (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Dec 29, 2023
1 parent 6c276c3 commit c3db223
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 160 deletions.
155 changes: 0 additions & 155 deletions examples/error-handling-and-dependency-injection/src/main.rs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[package]
name = "example-error-handling-and-dependency-injection"
name = "example-error-handling"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
axum = { path = "../../axum" }
axum = { path = "../../axum", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.5", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1.0", features = ["v4", "serde"] }
Loading

0 comments on commit c3db223

Please sign in to comment.