Incluye maud 0.25.0 embebido en código

This commit is contained in:
Manuel Cillero 2023-05-17 22:46:29 +02:00
parent 51f33835af
commit 81f25cf655
8 changed files with 393 additions and 9 deletions

View file

@ -36,7 +36,9 @@ async-trait = "0.1.68"
concat-string = "1.0.1"
doc-comment = "0.3.3"
figlet-rs = "0.1.5"
itoa = "1.0.6"
futures = "0.3.28"
futures-util = "0.3.28"
nom = "7.1.3"
once_cell = "1.17.1"
paste = "1.0.12"
@ -61,8 +63,6 @@ static-files = "0.2.3"
pagetop-macros = { version = "0.0", path = "../pagetop-macros" }
maud = { version = "0.25.0", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }
[dependencies.sea-orm]