From 81cb10fa8de31b182fb76a715172e25ab82fed3d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 1 Oct 2017 21:45:52 +0200 Subject: Add dep to diesel, and set it up. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c543d3b..fa1df62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ authors = ["Harald Eilertsen "] [dependencies] rocket = "0.3.3" rocket_codegen = "0.3.3" +diesel = { version = "0.16.0", features = ["postgres"] } +diesel_codegen = { version = "0.16.0", features = ["postgres"] } +dotenv = "0.9.0" -- cgit v1.2.3