1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/template_engines/askama/Cargo.toml

13 lines
193 B
TOML
Raw Normal View History

2018-04-24 18:12:48 +02:00
[package]
name = "template-askama"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
2018-04-24 18:12:48 +02:00
[dependencies]
env_logger = "0.9.0"
actix-web = "4.0.0-beta.21"
askama = "0.11.0"
2018-07-16 08:36:53 +02:00
2018-06-01 20:44:51 +02:00
[build-dependencies]
askama = "0.11.0"