1
0
mirror of https://github.com/actix/examples synced 2024-12-04 02:32:12 +01:00
examples/template_engines/askama/Cargo.toml

13 lines
173 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.8"
2020-09-12 17:49:45 +02:00
actix-web = "3"
2020-04-07 18:18:52 +02:00
askama = "0.9"
2018-07-16 08:36:53 +02:00
2018-06-01 20:44:51 +02:00
[build-dependencies]
2020-04-07 18:18:52 +02:00
askama = "0.9"