mylloon.fr/Cargo.toml
Mylloon 22b68f549e
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
use of mathml instead of katex
2023-04-21 19:34:34 +02:00

25 lines
577 B
TOML

[package]
name = "ewp" # Easy Web Page
version = "0.1.0"
authors = ["Mylloon"]
edition = "2021"
description = "Webpage generator"
readme = "README.md"
repository = "https://git.mylloon.fr/Anri/mylloon.fr"
publish = false
license = "AGPL-3.0-or-later"
[dependencies]
actix-web = "4"
actix-files = "0.6"
cached = "0.43.0"
ramhorns = "0.14.0"
toml = "0.7.3"
serde = { version = "1.0.159", features = ["derive"] }
serde_yaml = "0.9"
minify-html = "0.10.8"
glob = "0.3.1"
comrak = "0.18"
latex2mathml = "0.2.3"
reqwest = { version = "0.11", features = ["json"] }
chrono = "0.4.24"