1
0
mirror of https://github.com/actix/examples synced 2024-11-25 07:12:42 +01:00
examples/template_engines/tera/Cargo.toml
2022-02-02 01:45:20 +00:00

11 lines
151 B
TOML

[package]
name = "template-tera"
version = "1.0.0"
edition = "2021"
[dependencies]
env_logger = "0.8"
tera = "1.8.0"
actix-http = "2"
actix-web = "3"