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

update multipart examples to use derive macro

This commit is contained in:
Rob Ede
2023-02-26 21:56:55 +00:00
parent 9b77b033b0
commit 080db60175
10 changed files with 309 additions and 241 deletions

View File

@ -12,6 +12,8 @@ readme = "README.md"
actix-multipart.workspace = true
actix-web.workspace = true
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
sanitize-filename = "0.4"
uuid = { version = "1", features = ["v4"] }