📝 Incluye el primer ejemplo en la documentación
This commit is contained in:
parent
2f4184fe26
commit
4054715591
7 changed files with 54 additions and 18 deletions
9
examples/basics/hello-world/Cargo.toml
Normal file
9
examples/basics/hello-world/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue