1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/templating/yarte/Cargo.toml
2022-12-30 16:25:40 +00:00

17 lines
354 B
TOML

[package]
name = "templating-yarte"
version = "1.0.0"
publish = false
edition = "2021"
[dependencies]
actix-web = { workspace = true }
env_logger.workspace = true
yarte = { version = "0.15", features = ["bytes-buf", "html-min"] }
derive_more = "0.99"
[build-dependencies.yarte_helpers]
version = "0.15.6"
default-features = false
features = ["config"]