From 024e9046ab646ea029a3421575255244118b0d55 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 15 May 2018 19:26:30 -0700 Subject: clean up diesel options --- rust/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e4963b67..b6aaa50b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -8,7 +8,7 @@ members = ["fatcat-api"] [dependencies] fatcat-api = {version = "*", path = "fatcat-api"} -diesel = { version = "1.2", features = ["postgres", "extras", "uuid"] } +diesel = { version = "1.2", features = ["postgres", "uuid", "serde_json", "chrono", "r2d2"] } dotenv = "0.9.0" clap = "*" error-chain = "0.11" @@ -26,6 +26,7 @@ swagger = "0.7" slog = "^2.0" slog-term = "*" slog-async = "*" +serde_json = "1.0" # Unused (hyper 0.11 and https) #hyper-openssl = {version = "0.2", optional = true} -- cgit v1.2.3