1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/template_yarte/Cargo.toml

23 lines
461 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"
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
workspace = ".."
[dependencies]
2019-11-19 10:56:19 +01:00
env_logger = "0.7"
2019-04-01 01:23:31 +02:00
2019-12-15 18:07:58 +01:00
yarte = { git = "https://github.com/botika/yarte", features = ["with-actix-web"] }
2019-04-01 01:23:31 +02:00
2019-12-15 18:07:58 +01:00
actix-rt = "1.0"
2019-12-20 17:30:26 +01:00
actix-web = "2.0.0-rc"
2019-03-12 21:15:53 +01:00
[build-dependencies]
2019-12-15 18:07:58 +01:00
yarte = { git = "https://github.com/botika/yarte", features = ["with-actix-web"] }
2019-04-01 01:23:31 +02:00
[dev-dependencies]
bytes = "0.4"