mirror of
https://github.com/actix/examples
synced 2025-06-29 02:10:36 +02:00
Restructure folders (#411)
This commit is contained in:
committed by
GitHub
parent
9db98162b2
commit
c3407627d0
12
template_engines/tinytemplate/Cargo.toml
Normal file
12
template_engines/tinytemplate/Cargo.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "template-tinytemplate"
|
||||
version = "2.0.0"
|
||||
authors = ["Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.8"
|
||||
tinytemplate = "1.1"
|
||||
actix-http = "2"
|
||||
actix-web = "3"
|
||||
serde_json = "1"
|
Reference in New Issue
Block a user