From 14cf4b8fdd69b31c8030b6530bbe07fd1df5b25a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 4 Mar 2019 17:22:15 +0100 Subject: Use rocket_contrib's JsonValue as return type. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b9e3644..cb1b0de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ rocket = "0.4.0" [dependencies.rocket_contrib] version = "0.4.0" default-features = false -features = ["serve", "diesel_postgres_pool"] +features = ["json", "serve", "diesel_postgres_pool"] -- cgit v1.2.3