mylloon.fr/Cargo.toml

19 lines
377 B
TOML
Raw Normal View History

2023-02-02 11:06:27 +01:00
[package]
name = "ewp"
version = "0.1.0"
authors = ["Mylloon"]
edition = "2021"
description = "Webpage generator"
readme = "README.md"
repository = "https://git.mylloon.fr/Anri/ewp"
publish = false
[dependencies]
2023-02-08 20:49:05 +01:00
actix-web = "4"
actix-files = "0.6"
2023-02-08 20:49:05 +01:00
askama = "0.11.1"
toml = "0.5.10"
serde = { version = "1.0.152", features = ["derive"] }
minify-html = "0.10.8"
glob = "0.3.1"