mirror of
https://github.com/actix/examples
synced 2024-11-24 23:02:59 +01:00
11 lines
151 B
TOML
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"
|