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

feat: Example for Sailfish template engine (#528)

Co-authored-by: aaverichev <Aleksandr.Averichev@hermesrussia.ru>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
averichev
2022-02-17 23:15:18 +03:00
committed by GitHub
parent d815a44ccc
commit ddb84ebf6f
10 changed files with 234 additions and 3 deletions

View File

@ -51,6 +51,7 @@ members = [
"template_engines/tera",
"template_engines/tinytemplate",
"template_engines/yarte",
"template_engines/sailfish",
"websockets/autobahn",
"websockets/chat-broker",
"websockets/chat",