1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

improve sqlx example

inspired by #455
This commit is contained in:
Rob Ede
2021-10-07 03:00:13 +01:00
parent c69b7598fb
commit bfede4c1bb
8 changed files with 198 additions and 129 deletions

12
Cargo.lock generated
View File

@ -3623,17 +3623,6 @@ version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
[[package]]
name = "listenfd"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e514e2cb8a9624701346ea3e694c1766d76778e343e537d873c1c366e79a7"
dependencies = [
"libc",
"uuid",
"winapi 0.3.9",
]
[[package]]
name = "local-channel"
version = "0.1.2"
@ -5780,7 +5769,6 @@ dependencies = [
"dotenv",
"env_logger 0.7.1",
"futures",
"listenfd",
"log",
"serde 1.0.130",
"serde_json",