Add multipart interaction form extraction

This commit is contained in:
slhx agent
2026-05-10 21:25:10 +02:00
parent b53a7ba449
commit f33b306ec0
3 changed files with 194 additions and 6 deletions
+4 -1
View File
@@ -7,6 +7,9 @@ edition.workspace = true
path = "src/lib.rs"
[dependencies]
axum = { version = "0.7", default-features = false }
axum = { version = "0.7", default-features = false, features = ["multipart"] }
slhx-core = { path = "../slhx-core" }
slhx-js = { path = "../slhx-js" }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }