1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/template_yarte/Cargo.toml

22 lines
387 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-07-01 06:02:14 +02:00
authors = ["Rust-iendo <riendocontributions@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]
env_logger = "0.6"
2019-04-01 01:23:31 +02:00
2019-07-11 10:47:22 +02:00
yarte = { version = "0.3", features=["with-actix-web"] }
2019-04-01 01:23:31 +02:00
2019-07-01 06:02:14 +02:00
actix-web = "1.0"
2019-03-12 21:15:53 +01:00
[build-dependencies]
2019-07-11 10:47:22 +02:00
yarte = { version = "0.3", features=["with-actix-web"] }
2019-04-01 01:23:31 +02:00
[dev-dependencies]
bytes = "0.4"