aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-06-30 13:38:17 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-06-30 13:38:17 +0200
commit37fb6413b62288830c347a121f5aa4e2a2ad1a46 (patch)
tree2724bb4c9017091132ece50b3f917ebb25a6cd87
parentab12a29ab3b6cdfdcd83c24f6c9b6b254d09dd39 (diff)
downloadaskama-37fb6413b62288830c347a121f5aa4e2a2ad1a46.tar.gz
askama-37fb6413b62288830c347a121f5aa4e2a2ad1a46.tar.bz2
askama-37fb6413b62288830c347a121f5aa4e2a2ad1a46.zip
Add askama_escape README to crate metadata
Diffstat (limited to '')
-rw-r--r--askama_escape/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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 <dirkjan@ochtman.nl>"]
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]