2024-07-01 18:22:43 +02:00
|
|
|
[package]
|
|
|
|
name = "multipart_file"
|
|
|
|
version = "0.1.0"
|
2025-09-06 15:28:24 +02:00
|
|
|
edition = "2024"
|
2024-07-01 18:22:43 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
lib = { path = "../..", features = ["axum"] }
|
2025-09-06 15:28:24 +02:00
|
|
|
axum = "0.8"
|
|
|
|
tokio = { version = "1.47", features = ["rt-multi-thread", "macros"] }
|