Add error handling and dependency injection example (#23)

This commit is contained in:
David Pedersen
2021-06-19 12:34:42 +02:00
committed by GitHub
parent 4fc3d8b5ba
commit 6a16cd40ca
3 changed files with 159 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ tokio = { version = "1.6.1", features = ["macros", "rt", "rt-multi-thread"] }
tokio-postgres = "0.7.2"
tracing = "0.1"
tracing-subscriber = "0.2"
uuid = "0.8"
uuid = { version = "0.8", features = ["serde"] }
[dev-dependencies.tower]
version = "0.4"