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

return uploaded files information in s3 example

This commit is contained in:
Rob Ede
2022-08-01 03:19:39 +01:00
parent 4840cfdb68
commit c8a4544ea1
12 changed files with 298 additions and 226 deletions

View File

@ -18,3 +18,4 @@ log = "0.4"
sanitize-filename = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.13.1", features = ["io-util", "fs"] }