Use empty tmp folder for searching for templates

This commit is contained in:
Matteo Settenvini 2023-07-02 18:41:47 +02:00
parent eef3c679f0
commit 15231eedc0
3 changed files with 77 additions and 6 deletions

View file

@ -16,3 +16,4 @@ lazy_static = "1.4"
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "v0.5.0-rc.3" }
rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "v0.5.0-rc.3", features = ["tera"] }
rust-s3 = { version = "0.32", default-features = false, features = ["tokio-rustls-tls"] }
tempdir = "0.3"