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"
|
|
|
|
authors = ["Rust-iendo Barcelona <riendocontributions@gmail.com>"]
|
|
|
|
publish = false
|
|
|
|
edition = "2018"
|
2019-04-01 01:23:31 +02:00
|
|
|
|
2019-03-12 21:15:53 +01:00
|
|
|
workspace = ".."
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
env_logger = "0.6"
|
2019-04-01 01:23:31 +02:00
|
|
|
|
|
|
|
yarte = { version = "0.2", features=["with-actix-web"] }
|
|
|
|
|
|
|
|
actix-web = "1.0.0-alpha"
|
2019-03-12 21:15:53 +01:00
|
|
|
|
|
|
|
[build-dependencies]
|
2019-04-01 01:23:31 +02:00
|
|
|
yarte = { version = "0.2", features=["with-actix-web"] }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
bytes = "0.4"
|
|
|
|
actix-http-test = "0.1.0-alpha"
|
|
|
|
actix-http = "0.1.0-alpha"
|