From d248821271c2895ab3fcd54e28ce8335001013e6 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 13 Nov 2019 19:48:13 -0800 Subject: [PATCH] adding static_file lib to project --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index e7d0734..0924e01 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,4 +15,4 @@ toml = "0.4.2" [dependencies.rocket_contrib] version = "0.4.2" default-features = false -features = ["json", "tera_templates"] +features = ["json", "tera_templates", "serve"]