1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/templating/askama/Cargo.toml

13 lines
181 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"
2022-02-25 22:07:22 +01:00
actix-web = "4"
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"