mirror of
https://github.com/actix/examples
synced 2024-11-24 23:02:59 +01:00
11 lines
204 B
TOML
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"
|