diff --git a/Cargo.toml b/Cargo.toml index 5bca3f4..af0bb29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,9 @@ libpso = { path = "../libpso" } rand = "0.6.5" walkdir = "2" mio = "0.6" -crc = "^1.0.0" \ No newline at end of file +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 = "*" \ No newline at end of file