mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
1a9a15c7db
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Ede <robjtede@icloud.com>
10 lines
207 B
TOML
10 lines
207 B
TOML
[package]
|
|
name = "templating-handlebars"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web.workspace = true
|
|
handlebars = { version = "4.5", features = ["dir_source"] }
|
|
serde_json.workspace = true
|