1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
2022-02-02 01:45:20 +00:00

13 lines
173 B
TOML

[package]
name = "template-askama"
version = "1.0.0"
edition = "2021"
[dependencies]
env_logger = "0.8"
actix-web = "3"
askama = "0.9"
[build-dependencies]
askama = "0.9"