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

15 lines
249 B
TOML
Raw Normal View History

2018-04-24 18:12:48 +02:00
[package]
2022-07-10 00:39:21 +02:00
name = "templating-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]
2023-03-14 04:11:49 +01:00
actix-web-lab.workspace = true
actix-web.workspace = true
2023-03-14 04:11:49 +01:00
askama = "0.12"
env_logger.workspace = true
log.workspace = true
2018-07-16 08:36:53 +02:00
2018-06-01 20:44:51 +02:00
[build-dependencies]
2023-03-14 04:11:49 +01:00
askama = "0.12"