Añade macro para patrón "builder" de componentes

This commit is contained in:
Manuel Cillero 2023-01-27 00:37:27 +01:00
parent aa26389777
commit efc59216b4
20 changed files with 133 additions and 665 deletions

View file

@ -49,6 +49,8 @@ actix-web-files = { package = "actix-files", version = "0.6.2" }
actix-web-static-files = "4.0.0"
static-files = "0.2.3"
pagetop-macros = { path = "../pagetop-macros", version = "0.0" }
maud = { version = "0.24.0", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }