diff options
author | Vincent Ambo <mail@tazj.in> | 2018-05-22T18·01+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-05-22T18·44+0200 |
commit | 33462c01fadc1093e1992f6277270ef809451841 (patch) | |
tree | 8cc12f0d74fecf3a598a9b416ade88fd918eb81e /Cargo.toml | |
parent | dbc082b3ee841d23aefc78db770e4b96655fb9c6 (diff) |
chore(cargo): Remove dependency on Tera
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0320ba8c3e0e..ddba316a9e08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,6 @@ reqwest = "0.8" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -tera = "0.11" tokio = "0.1" tokio-timer = "0.2" url = "1.7" @@ -33,4 +32,4 @@ url_serde = "0.2" [build-dependencies] pulldown-cmark = "0.1" -askama = "0.5" +askama = "0.6" |