Mylloon
9f95eb2b6b
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
- Style rework - Update dependencies to latest Close #33 Close #34 Reviewed-on: #35 Co-authored-by: Mylloon <kennel.anri@tutanota.com> Co-committed-by: Mylloon <kennel.anri@tutanota.com>
27 lines
661 B
TOML
27 lines
661 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.4"
|
|
actix-files = "0.6"
|
|
cached = { version = "0.46", features = ["async"] }
|
|
ramhorns = "0.14"
|
|
toml = "0.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_yaml = "0.9"
|
|
minify-html = "0.11"
|
|
minify-js = "0.5"
|
|
glob = "0.3"
|
|
comrak = "0.19"
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
chrono = "0.4.30"
|
|
chrono-tz = "0.8"
|
|
rss = { version = "2.0", features = ["atom"] }
|