From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/askama_derive/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/askama_derive/README.md (limited to 'vendor/askama_derive/README.md') diff --git a/vendor/askama_derive/README.md b/vendor/askama_derive/README.md new file mode 100644 index 000000000..e27f1107d --- /dev/null +++ b/vendor/askama_derive/README.md @@ -0,0 +1,9 @@ +# askama_derive: procedural macros for the Askama templating engine + +[![Documentation](https://docs.rs/askama_derive/badge.svg)](https://docs.rs/askama_derive/) +[![Latest version](https://img.shields.io/crates/v/askama_derive.svg)](https://crates.io/crates/askama_derive) +[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) +[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) + +This crate contains the procedural macros used by the +[Askama](https://github.com/djc/askama) templating engine. -- cgit v1.2.3