1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

fix links

This commit is contained in:
Rob Ede
2022-02-18 02:13:08 +00:00
parent 74ee6ae707
commit b388c10aea
5 changed files with 31 additions and 23 deletions

View File

@ -6,10 +6,13 @@ edition = "2021"
[dependencies]
actix-web = "4.0.0-rc.1"
actix-multipart = "0.4.0-beta.12"
dotenv = "0.15.0"
env_logger = "0.9"
futures = "0.3.1"
rusoto_s3 = "0.47.0"
log = "0.4"
rusoto_core = "0.47.0"
rusoto_s3 = "0.47.0"
sanitize-filename = "0.3"
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0"
dotenv = "0.15.0"
sanitize-filename = "0.3"