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:
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
Reference in New Issue
Block a user