1
0
mirror of https://github.com/actix/examples synced 2025-03-12 16:22:47 +01:00
examples/templating/tera/Cargo.toml
2025-03-11 01:42:01 +00:00

11 lines
195 B
TOML

[package]
name = "templating-tera"
edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
env_logger.workspace = true
log.workspace = true
tera = "1.8"