Añade una arquitectura escalable basada en módulos

This commit is contained in:
Manuel Cillero 2022-02-10 23:58:22 +01:00
parent e1ea149988
commit 4e23523e80
10 changed files with 108 additions and 19 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "pagetop"
version = "0.0.0"
version = "0.1.0"
edition = "2021"
authors = [
@ -24,6 +24,8 @@ categories = [
]
[dependencies]
once_cell = "1.9.0"
actix-web = "4.0.0-rc.3"
sycamore = { version = "0.8.0-beta.2", features = ["ssr"] }