mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
22 lines
387 B
TOML
22 lines
387 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.3", features=["with-actix-web"] }
|
|
|
|
actix-web = "1.0"
|
|
|
|
[build-dependencies]
|
|
yarte = { version = "0.3", features=["with-actix-web"] }
|
|
|
|
[dev-dependencies]
|
|
bytes = "0.4"
|