From 37fb6413b62288830c347a121f5aa4e2a2ad1a46 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 30 Jun 2020 13:38:17 +0200 Subject: Add askama_escape README to crate metadata --- askama_escape/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 46bb053..1c054f7 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_escape" -version = "0.10.0" +version = "0.10.1" authors = ["Dirkjan Ochtman "] description = "Optimized HTML escaping code, extracted from Askama" documentation = "https://docs.rs/askama_escape" @@ -9,6 +9,7 @@ homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT OR Apache-2.0" workspace = ".." +readme = "README.md" edition = "2018" [badges] -- cgit