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

adds Handlebars example

Closes #122
This commit is contained in:
Alexandru Tiniuc
2019-06-08 18:47:39 +01:00
parent a93d8f41d4
commit 006b7f3d08
6 changed files with 101 additions and 0 deletions

View File

@ -30,6 +30,7 @@ members = [
"template_askama",
"template_tera",
"template_yarte",
"template_handlebars",
"tls",
#"unix-socket",
"web-cors/backend",