1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Add tiny_template as an example. (#358)

This commit is contained in:
Hanif Ariffin
2020-09-10 16:34:32 -04:00
committed by GitHub
parent ec6e14aacc
commit adccbe2a13
10 changed files with 183 additions and 10 deletions

View File

@ -41,6 +41,7 @@ members = [
"template_askama",
"template_handlebars",
"template_tera",
"template_tinytemplate",
"template_yarte",
"todo",
"udp-echo",