Añade composición de páginas basada en componentes

This commit is contained in:
Manuel Cillero 2022-02-13 20:11:33 +01:00
parent 0e3300dc90
commit 24e773c17b
30 changed files with 895 additions and 31 deletions

View file

@ -8,7 +8,5 @@ edition = "2021"
[dependencies]
pagetop = { path = "pagetop" }
tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] }
[[bin]]
name = "app"
actix-web = "3.3.3"
maud = { version = "0.23.0" }