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