1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/template_yarte/Cargo.toml

24 lines
446 B
TOML
Raw Normal View History

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"] }
2019-06-06 12:47:40 +02:00
actix-web = "1.0.0"
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"
2019-05-12 20:58:26 +02:00
actix-http-test = "0.2.0"
2019-06-06 12:47:40 +02:00
actix-http = "0.2.3"