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
|
|
|
|
edition = "2018"
|
2019-04-01 01:23:31 +02:00
|
|
|
|
2019-03-12 21:15:53 +01:00
|
|
|
[dependencies]
|
2020-09-12 17:49:45 +02:00
|
|
|
actix-web = "3"
|
2019-11-19 10:56:19 +01:00
|
|
|
env_logger = "0.7"
|
2020-04-28 21:18:18 +02:00
|
|
|
yarte = { version = "0.8", features = ["html-min"] }
|
2019-04-01 01:23:31 +02:00
|
|
|
|
2020-04-28 21:18:18 +02:00
|
|
|
[build-dependencies.yarte_helpers]
|
|
|
|
version = "0.8"
|
|
|
|
default-features = false
|
|
|
|
features = ["config"]
|
2020-09-12 17:49:45 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
actix-rt = "1"
|