1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

chore: fix template location

This commit is contained in:
Rob Ede
2024-03-05 22:30:51 +00:00
parent e5fc327af0
commit c5c208eda7
8 changed files with 22 additions and 10 deletions

3
Cargo.lock generated
View File

@ -7614,6 +7614,7 @@ version = "1.0.0"
dependencies = [
"actix-web",
"actix-web-lab",
"env_logger",
"fluent-templates",
"handlebars 5.1.0",
"serde",
@ -7625,6 +7626,8 @@ name = "templating-handlebars"
version = "1.0.0"
dependencies = [
"actix-web",
"actix-web-lab",
"env_logger",
"handlebars 5.1.0",
"serde_json",
]