Añade una arquitectura escalable basada en módulos
This commit is contained in:
parent
e1ea149988
commit
4e23523e80
10 changed files with 108 additions and 19 deletions
|
|
@ -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"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue