Añade el servidor web actix-web
This commit is contained in:
parent
6ed78e3934
commit
13a408ce61
9 changed files with 92 additions and 0 deletions
14
STARTER.Cargo.toml
Normal file
14
STARTER.Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# Ver más claves y sus definiciones en
|
||||
# https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
pagetop = { path = "pagetop" }
|
||||
actix-web = "4.0.0-rc.3"
|
||||
|
||||
[[bin]]
|
||||
name = "app"
|
||||
Loading…
Add table
Add a link
Reference in a new issue