2018-04-13 09:18:42 +08:00
|
|
|
[package]
|
|
|
|
name = "multipart-example"
|
2023-10-29 02:30:17 +00:00
|
|
|
edition.workspace = true
|
2025-03-11 01:42:01 +00:00
|
|
|
rust-version.workspace = true
|
2018-04-13 09:18:42 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 20:33:43 +00:00
|
|
|
actix-multipart.workspace = true
|
|
|
|
actix-web.workspace = true
|
2021-10-07 03:27:50 +01:00
|
|
|
|
2023-02-26 21:56:55 +00:00
|
|
|
env_logger.workspace = true
|
2023-01-02 20:33:43 +00:00
|
|
|
futures-util.workspace = true
|
2023-02-26 21:56:55 +00:00
|
|
|
log.workspace = true
|
2023-10-29 02:30:17 +00:00
|
|
|
sanitize-filename = "0.5"
|
2024-06-05 05:10:46 +01:00
|
|
|
uuid.workspace = true
|