more deps

This commit is contained in:
Jake Probst 2019-08-20 17:59:36 -07:00
parent 823ccf57be
commit ea126b7ac5

View File

@ -18,4 +18,9 @@ libpso = { path = "../libpso" }
rand = "0.6.5"
walkdir = "2"
mio = "0.6"
crc = "^1.0.0"
crc = "^1.0.0"
dotenv = "0.14.1"
diesel = { version = "1.4.2", features = ["r2d2", "postgres", "chrono"] }
diesel-derive-enum = { version = "0.4", features = ["postgres"]}
bcrypt = "0.4"
r2d2 = "*"