1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/forms/multipart/Cargo.toml
2024-06-05 05:10:48 +01:00

16 lines
351 B
TOML

[package]
name = "multipart-example"
version = "1.0.0"
description = "Simple file uploader in Actix Web with Async/Await"
edition.workspace = true
[dependencies]
actix-multipart.workspace = true
actix-web.workspace = true
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
sanitize-filename = "0.5"
uuid.workspace = true