From c65aacfc1fffdb1725c9f2bb0c757add5b80c371 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Tue, 12 Nov 2019 21:45:14 -0600 Subject: [PATCH] added rocket_contrib lib --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d4e9ba..c97c1a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,9 @@ edition = "2018" [dependencies] rocket = "0.4.2" diesel = { version = "1.0.0", features = ["postgres", "sqlite"] } -dotenv = "0.9.0" \ No newline at end of file +dotenv = "0.9.0" + +[dependencies.rocket_contrib] +version = "0.4.2" +default-features = false +features = ["json", "serve", "handlebars_templates", "tera_templates"] \ No newline at end of file