mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
22 lines
465 B
TOML
22 lines
465 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"
|
|
# TODO: remove fixed feature. Is a bug.
|
|
yarte = { version = "0.12", features = ["bytes-buf", "html-min", "fixed"] }
|
|
derive_more = "0.99"
|
|
|
|
[build-dependencies.yarte_helpers]
|
|
version = "0.12"
|
|
default-features = false
|
|
features = ["config"]
|
|
|
|
[dev-dependencies]
|
|
actix-rt = "1"
|