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

add auto reloading to minijinja

This commit is contained in:
Rob Ede
2022-10-16 21:49:01 +01:00
parent bf0386ade7
commit ae25a7908d
4 changed files with 116 additions and 13 deletions

View File

@ -11,3 +11,4 @@ actix-utils = "3"
env_logger = "0.9"
log = "0.4"
minijinja = { version = "0.23", features = ["source"] }
minijinja-autoreload = "0.23"