Rename new example to match current nomenclature.

This commit is contained in:
Anthony Dodd 2020-02-01 11:56:08 -06:00 committed by Ryan Leckey
parent ae7e15cbe3
commit 75a76395c6
5 changed files with 11 additions and 2 deletions

9
Cargo.lock generated
View File

@ -875,6 +875,15 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "listen-postgres"
version = "0.1.0"
dependencies = [
"async-std",
"futures 0.3.1",
"sqlx 0.2.5",
]
[[package]]
name = "lock_api"
version = "0.3.3"

View File

@ -4,7 +4,7 @@ members = [
"sqlx-core",
"sqlx-macros",
"sqlx-test",
"examples/postgres-listen",
"examples/listen-postgres",
"examples/realworld-postgres",
"examples/todos-postgres",
]

View File

@ -1,5 +1,5 @@
[package]
name = "postgres-listen"
name = "listen-postgres"
version = "0.1.0"
edition = "2018"
workspace = "../.."