From d410d75ca967d476784eaca22d6e49f21ca318dd Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 15 Feb 2018 00:03:32 -0500 Subject: start adding in diesel --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0f9a5d0..8118a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "thulani" version = "0.1.0" authors = ["Nathan Perry "] +[features] +default = ["diesel"] + [dependencies] lazy_static = "1.0" error-chain = "0.11.0" @@ -12,6 +15,8 @@ url = "1.6.0" dotenv = "0.10.1" chrono = "0.4" fern = { version = "0.5", features = ["colored"] } +diesel = { version = "1.0.0", features = ["postgres"], optional = true } +cfg-if = "0.1" [dependencies.serenity] version = "0.5" -- cgit v1.3.1