From 74d2f57de3d953b92679bbf1b7cddfcc1e690dff Mon Sep 17 00:00:00 2001 From: Kramer Hampton Date: Fri, 25 Sep 2020 14:11:08 -0400 Subject: [PATCH] fix: add todos example to workspace --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9969fd91..90c635d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ members = [ "sqlx-bench", "examples/mysql/todos", "examples/postgres/listen", + "examples/postgres/todos", "examples/sqlite/todos", ]