📝 Incluye el primer ejemplo en la documentación

This commit is contained in:
Manuel Cillero 2023-06-09 19:14:08 +02:00
parent 2f4184fe26
commit 4054715591
7 changed files with 54 additions and 18 deletions

View file

@ -1,5 +1,4 @@
[workspace]
members = [
"hello-world",
"hello-name",
"basics/*",
]

View file

@ -6,4 +6,4 @@ publish = false
[dependencies]
actix-web = "4"
pagetop = { version = "0.0", path = "../../pagetop" }
pagetop = { version = "0.0", path = "../../../pagetop" }

View file

@ -6,4 +6,4 @@ publish = false
[dependencies]
actix-web = "4"
pagetop = { version = "0.0", path = "../../pagetop" }
pagetop = { version = "0.0", path = "../../../pagetop" }