mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
24 lines
464 B
TOML
24 lines
464 B
TOML
[package]
|
|
name = "template_yarte"
|
|
version = "0.0.1"
|
|
authors = ["Rust-iendo Barcelona <riendocontributions@gmail.com>"]
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
env_logger = "0.6"
|
|
|
|
yarte = { version = "0.2", features=["with-actix-web"] }
|
|
|
|
actix-web = "1.0.0-alpha"
|
|
|
|
[build-dependencies]
|
|
yarte = { version = "0.2", features=["with-actix-web"] }
|
|
|
|
[dev-dependencies]
|
|
bytes = "0.4"
|
|
actix-http-test = "0.1.0-alpha"
|
|
actix-http = "0.1.0-alpha"
|