From: Ian Jackson Date: Sun, 6 Sep 2020 22:56:51 +0000 (+0100) Subject: enable Rocket static files X-Git-Tag: otter-0.2.0~981 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4d47b2113570a0a820583b309b52b79e91fed564;p=otter.git enable Rocket static files --- diff --git a/Cargo.toml b/Cargo.toml index 22397e28..f91970a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ bundle-sources = "0" arrayvec = "0" #rocket = "0.4" -rocket_contrib = { version = "0.4", default-features=false, features=["tera_templates","helmet","json"], git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket-contrib" } +rocket_contrib = { version = "0.4", default-features=false, features=["tera_templates","helmet","json","serve"], git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket-contrib" } rocket = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket" }