Fixed Multipartfiles only accepting a single file.
Added som standard derives on File struct, and extractors
This commit is contained in:
9
examples/multipart_file/Cargo.toml
Normal file
9
examples/multipart_file/Cargo.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "multipart_file"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
lib = { path = "../..", features = ["axum"] }
|
||||
axum = "0.7.5"
|
||||
tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros"] }
|
Reference in New Issue
Block a user