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

11 lines
151 B
TOML
Raw Normal View History

[package]
name = "template-tera"
2019-12-07 18:59:24 +01:00
version = "2.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
[dependencies]
env_logger = "0.8"
tera = "1.8.0"
2020-09-12 17:49:45 +02:00
actix-http = "2"
actix-web = "3"