1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/template_engines/yarte/Cargo.toml
2021-03-04 01:38:53 +09:00

21 lines
416 B
TOML

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