Install actix-web

This commit is contained in:
Elnu 2022-07-06 13:31:36 -07:00
parent 0da14d99f6
commit 3f9bf688b5
2 changed files with 1142 additions and 0 deletions

1141
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
actix-web = "4"