1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00

17 lines
356 B
TOML
Raw Normal View History

2019-03-12 21:15:53 +01:00
[package]
2022-07-09 23:39:21 +01:00
name = "templating-yarte"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
2019-03-12 21:15:53 +01:00
publish = false
2022-02-02 01:43:51 +00:00
edition = "2021"
2019-04-01 01:23:31 +02:00
2019-03-12 21:15:53 +01:00
[dependencies]
actix-web.workspace = true
env_logger.workspace = true
2021-03-03 17:38:53 +01:00
yarte = { version = "0.15", features = ["bytes-buf", "html-min"] }
2023-01-02 20:38:03 +00:00
derive_more.workspace = true
2019-04-01 01:23:31 +02:00
2020-04-28 21:18:18 +02:00
[build-dependencies.yarte_helpers]
version = "0.15.6"
2020-04-28 21:18:18 +02:00
default-features = false
2022-02-02 00:44:58 +00:00
features = ["config"]