1
0
mirror of https://github.com/actix/examples synced 2024-11-25 07:12:42 +01:00
examples/template_engines/yarte/Cargo.toml

18 lines
394 B
TOML
Raw Normal View History

2019-03-12 21:15:53 +01:00
[package]
2019-04-01 01:23:31 +02:00
name = "template_yarte"
2019-03-12 21:15:53 +01:00
version = "0.0.1"
2019-11-19 10:56:19 +01:00
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
2019-03-12 21:15:53 +01:00
publish = false
2022-02-02 02:43:51 +01:00
edition = "2021"
2019-04-01 01:23:31 +02:00
2019-03-12 21:15:53 +01:00
[dependencies]
2022-02-02 01:44:58 +01:00
actix-web = "4.0.0-rc.1"
env_logger = "0.9.0"
2021-03-03 17:38:53 +01:00
yarte = { version = "0.15", features = ["bytes-buf", "html-min"] }
derive_more = "0.99"
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 01:44:58 +01:00
features = ["config"]