Añade el servidor web actix-web

This commit is contained in:
Manuel Cillero 2022-02-10 23:12:53 +01:00
parent 6ed78e3934
commit 13a408ce61
9 changed files with 92 additions and 0 deletions

14
STARTER.Cargo.toml Normal file
View 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"