mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
10 lines
189 B
TOML
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"
|