1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
2022-02-02 01:44:26 +00:00

11 lines
204 B
TOML

[package]
name = "template_handlebars"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-http = "2"
actix-web = "3"
handlebars = { version = "3.0.0", features = ["dir_source"] }
serde_json = "1.0"