1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/templating/tera/Cargo.toml
2022-12-11 15:25:57 +00:00

12 lines
161 B
TOML

[package]
name = "templating-tera"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4"
actix-web-lab = "0.18"
env_logger = "0.10"
tera = "1.8.0"