📝 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

@ -0,0 +1,9 @@
[package]
name = "hello_world"
version = "0.0.0"
edition = "2021"
publish = false
[dependencies]
actix-web = "4"
pagetop = { version = "0.0", path = "../../../pagetop" }