obsolute-paste/Cargo.toml
baalajimaestro 0bdf93d737
Add tera for templating
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-11 19:38:30 +05:30

10 lines
214 B
TOML

[package]
name = "actix-backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
tera = "1.17.1"