1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/templating/tinytemplate/Cargo.toml
2022-12-21 14:49:28 +00:00

11 lines
185 B
TOML

[package]
name = "templating-tinytemplate"
version = "1.0.0"
edition = "2021"
[dependencies]
env_logger = "0.10"
tinytemplate = "1.1"
actix-web = { workspace = true }
serde_json = "1"