Add todos example (#38)

This commit is contained in:
David Pedersen
2021-07-22 15:38:32 +02:00
committed by GitHub
parent 8faed8120f
commit 6705e79ed7
2 changed files with 165 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,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 = { version = "0.8", features = ["serde"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
[dev-dependencies.tower]
version = "0.4"