diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-07-14 10:03:33 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-07-14 10:03:33 +0200 |
commit | 21fb60466c9bae2fac325f057da20d7143618412 (patch) | |
tree | 9cf0ff5e2dd4689764b8cb098bd4c8a41f13eab7 /askama_tide/Cargo.toml | |
parent | 444f7ca4f00ea5a6da0e8186b0667712dc0a8c74 (diff) | |
download | askama-21fb60466c9bae2fac325f057da20d7143618412.tar.gz askama-21fb60466c9bae2fac325f057da20d7143618412.tar.bz2 askama-21fb60466c9bae2fac325f057da20d7143618412.zip |
Apparently no more than 5 keywords are allowed
Diffstat (limited to '')
-rw-r--r-- | askama_tide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <hi@jbr.me>"] 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" |