setting up more for idk, rust servers i guess

This commit is contained in:
Chris Cochrun 2023-05-26 16:36:56 -05:00
parent 09f3ea62f2
commit d8740cdb73
4 changed files with 35 additions and 4 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
multer = "2.1.0"
actix = "0.13.0"
actix-rt = "2.8.0"
actix-web = "4.3.1"