1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

11 lines
204 B
TOML
Raw Normal View History

2019-06-08 18:47:39 +01:00
[package]
name = "template_handlebars"
2019-12-07 23:59:24 +06:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
edition = "2021"
2019-06-08 18:47:39 +01:00
[dependencies]
2020-09-12 16:49:45 +01:00
actix-http = "2"
actix-web = "3"
2020-04-08 01:18:52 +09:00
handlebars = { version = "3.0.0", features = ["dir_source"] }
serde_json = "1.0"