1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/templating/fluent/Cargo.toml
dependabot[bot] 1a9a15c7db
Bump handlebars from 4.4.0 to 4.5.0 (#646)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-13 17:51:38 +00:00

13 lines
323 B
TOML

[package]
name = "templating-fluent"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web.workspace = true
actix-web-lab.workspace = true
fluent-templates = { version = "0.8", features = ["handlebars"] }
handlebars = { version = "4.5", features = ["dir_source"] }
serde.workspace = true
serde_json.workspace = true