1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/template_tinytemplate/Cargo.toml
2020-09-10 21:34:32 +01:00

16 lines
291 B
TOML

[package]
name = "template-tinytemplate"
version = "2.0.0"
authors = ["Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>"]
edition = "2018"
[dependencies]
env_logger = "0.7"
tinytemplate = "1.1"
serde = "1"
serde_derive = "1"
actix-http = "1"
actix-web = "2"
actix-rt = "1"
serde_json = "1"