Añade composición de páginas basada en componentes
This commit is contained in:
parent
0e3300dc90
commit
24e773c17b
30 changed files with 895 additions and 31 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue