1
0
mirror of https://github.com/actix/examples synced 2025-02-17 15:23:31 +01:00
2019-03-17 07:35:10 +03:00

16 lines
283 B
TOML

[package]
name = "template-askama"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = "../"
[dependencies]
env_logger = "0.5"
askama = { version = "0.8", features = ["with-actix-web"] }
actix = "0.7"
actix-web = "0.7"
[build-dependencies]
askama = "0.8"