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

@ -32,10 +32,11 @@ config_rs = { package = "config", version = "0.11.0", features = ["toml"] }
fluent-templates = "0.6.1"
unic-langid = "0.9.0"
actix-web = "4.0.0-rc.3"
sycamore = { version = "0.8.0-beta.2", features = ["ssr"] }
actix-web = "3.3.3"
maud = { version = "0.23.0", features = ["actix-web"] }
sycamore = { version = "0.7.1", features = ["ssr"] }
downcast-rs = "1.2.0"
tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] }
serde = { version = "1.0", features = ["derive"] }
[lib]