From 6a2cff0ab6f2d4a14978f8efa75fa20740b95448 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 7 Nov 2018 20:36:51 +0100 Subject: Tweak metadata for new askama_escape crate --- askama_escape/Cargo.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 95ebb0d..4df2a5f 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -2,8 +2,15 @@ name = "askama_escape" version = "0.1.0" authors = ["Dirkjan Ochtman "] -description = "Escape function for Askama" +description = "Optimized HTML escaping code, extracted from Askama" +documentation = "https://docs.rs/askama_escape" +keywords = ["html", "escaping"] homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" workspace = ".." + +[badges] +appveyor = { repository = "djc/askama" } +maintenance = { status = "actively-developed" } +travis-ci = { repository = "djc/askama" } -- cgit