1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/template_engines/yarte/Cargo.toml
2022-01-29 16:39:36 +00:00

17 lines
396 B
TOML

[package]
name = "template_yarte"
version = "0.0.1"
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
publish = false
edition = "2018"
[dependencies]
actix-web = "4.0.0-beta.21"
env_logger = "0.9.0"
yarte = { version = "0.15", features = ["bytes-buf", "html-min"] }
derive_more = "0.99"
[build-dependencies.yarte_helpers]
version = "0.15.6"
default-features = false
features = ["config"]