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

View File

@ -5,5 +5,7 @@ edition = "2021"
[dependencies]
actix-web.workspace = true
handlebars = { version = "5.1", features = ["dir_source"] }
actix-web-lab.workspace = true
env_logger.workspace = true
handlebars = { version = "5", features = ["dir_source"] }
serde_json.workspace = true