1
0
mirror of https://github.com/actix/examples synced 2024-12-18 00:13:57 +01:00
examples/template_yarte/Cargo.toml
2019-12-20 22:30:26 +06:00

23 lines
461 B
TOML

[package]
name = "template_yarte"
version = "0.0.1"
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
publish = false
edition = "2018"
workspace = ".."
[dependencies]
env_logger = "0.7"
yarte = { git = "https://github.com/botika/yarte", features = ["with-actix-web"] }
actix-rt = "1.0"
actix-web = "2.0.0-rc"
[build-dependencies]
yarte = { git = "https://github.com/botika/yarte", features = ["with-actix-web"] }
[dev-dependencies]
bytes = "0.4"