1
0
mirror of https://github.com/actix/examples synced 2025-03-13 00:22:48 +01:00
examples/forms/multipart/Cargo.toml

15 lines
296 B
TOML
Raw Normal View History

[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
[dependencies]
actix-multipart.workspace = true
actix-web.workspace = true
env_logger.workspace = true
futures-util.workspace = true
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