1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

disable db/diesel for now

This commit is contained in:
Rob Ede
2022-02-06 08:31:17 +00:00
parent da60a30fd9
commit fb9f9d243d
3 changed files with 5 additions and 30 deletions

30
Cargo.lock generated
View File

@ -2255,27 +2255,11 @@ dependencies = [
"byteorder",
"chrono",
"diesel_derives",
"libsqlite3-sys 0.9.1",
"pq-sys",
"r2d2",
"uuid",
]
[[package]]
name = "diesel-example"
version = "1.0.0"
dependencies = [
"actix-web 4.0.0-rc.2",
"diesel",
"dotenv",
"env_logger 0.9.0",
"failure",
"futures",
"serde 1.0.136",
"serde_json",
"uuid",
]
[[package]]
name = "diesel_derives"
version = "1.4.1"
@ -3474,16 +3458,6 @@ version = "0.2.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74"
[[package]]
name = "libsqlite3-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e9eb7b8e152b6a01be6a4a2917248381875758250dc3df5d46caf9250341dda"
dependencies = [
"pkg-config",
"vcpkg",
]
[[package]]
name = "libsqlite3-sys"
version = "0.23.2"
@ -5053,7 +5027,7 @@ dependencies = [
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys 0.23.2",
"libsqlite3-sys",
"memchr",
"smallvec",
]
@ -5659,7 +5633,7 @@ dependencies = [
"indexmap",
"itoa 1.0.1",
"libc",
"libsqlite3-sys 0.23.2",
"libsqlite3-sys",
"log",
"memchr",
"once_cell",