From 21fb60466c9bae2fac325f057da20d7143618412 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 14 Jul 2020 10:03:33 +0200 Subject: Apparently no more than 5 keywords are allowed --- askama_tide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_tide') diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index 3f90f65..0f7741c 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -4,7 +4,7 @@ version = "0.10.0" authors = ["Jacob Rothstein "] edition = "2018" description = "Tide integration for Askama templates" -keywords = ["markup", "template", "jinja2", "html", "tide", "http-types"] +keywords = ["markup", "template", "html", "tide", "http-types"] homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" documentation = "https://docs.rs/askama" -- cgit