1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

Fix for build failure in diesel example (#355)

This commit is contained in:
Shane Witbeck 2020-08-23 04:15:52 -07:00 committed by GitHub
parent bd2a0bb8fd
commit 3cebb01309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ bytes = "0.5"
diesel = { version = "^1.1.0", features = ["sqlite", "r2d2"] }
dotenv = "0.15"
env_logger = "0.7"
failure = "0.1.8"
futures = "0.3.1"
r2d2 = "0.8"
serde = { version = "1.0", features = ["derive"] }