1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/templating/fluent/Cargo.toml

13 lines
323 B
TOML
Raw Normal View History

2022-07-10 04:30:48 +02:00
[package]
name = "templating-fluent"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web.workspace = true
actix-web-lab.workspace = true
2022-08-28 19:43:05 +02:00
fluent-templates = { version = "0.8", features = ["handlebars"] }
2022-07-10 04:30:48 +02:00
handlebars = { version = "4.3", features = ["dir_source"] }
2023-01-02 21:35:11 +01:00
serde.workspace = true
serde_json.workspace = true