1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
2022-07-09 23:39:21 +01:00

10 lines
189 B
TOML

[package]
name = "templating-handlebars"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4"
handlebars = { version = "4.2.1", features = ["dir_source"] }
serde_json = "1.0"