1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/template_yarte/Cargo.toml
2020-03-16 12:04:11 +01:00

20 lines
376 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 = { version = "0.7", features = ["with-actix-web"] }
actix-rt = "1.0"
actix-web = "2.0.0"
[build-dependencies]
yarte = { version = "0.7", features = ["with-actix-web"] }