From 59a44cd2629b424aa2723ba9f502bd7e455c6a1b Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 4 Mar 2019 14:12:12 +0100 Subject: Remove templates and dep on askama no longer needed. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 96df761..08a340a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,5 @@ authors = ["haraldei"] edition = "2018" [dependencies] -askama = { version = "0.8.0", features = ["with-rocket"] } rocket = "0.4.0" rocket_contrib = { version = "0.4.0", default-features = false, features = ["serve"] } -- cgit v1.2.3