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
|
2023-01-02 21:33:43 +01:00
|
|
|
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"
|