mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
21 lines
416 B
TOML
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"
|