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

11 lines
151 B
TOML
Raw Normal View History

[package]
name = "template-tera"
2022-02-02 02:45:20 +01:00
version = "1.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"