diff options
Diffstat (limited to 'askama_tide')
-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" |