aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-02-24 13:58:18 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-02-24 13:58:18 +0100
commitcff49453a851029f87b35512f5234a999fea3e6c (patch)
treef27c9c022716a7e964304c2ebf98b9d83cd4051f /README.md
parentc43b12e6b26901acf1432da2ef6b617a1e2327c5 (diff)
downloadaskama-cff49453a851029f87b35512f5234a999fea3e6c.tar.gz
askama-cff49453a851029f87b35512f5234a999fea3e6c.tar.bz2
askama-cff49453a851029f87b35512f5234a999fea3e6c.zip
Mention warp as an available integration
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e952da6..17f718b 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ in a for-profit context, please consider supporting my open source work on
* Construct templates using a familiar, easy-to-use syntax
* Template code is compiled into your crate for [optimal performance][benchmarks]
* Benefit from the safety provided by Rust's type system
-* Optional built-in support for Actix, Gotham, Iron and Rocket web frameworks
+* Optional built-in support for Actix, Gotham, Iron, Rocket and warp web frameworks
* Debugging features to assist you in template development
* Templates must be valid UTF-8 and produce UTF-8 when rendered
* Works on stable Rust