This commit is contained in:
gengteng
2023-10-08 14:34:26 +08:00
parent 2f1aa1060f
commit dd68fe6131
19 changed files with 489 additions and 382 deletions

View File

@@ -25,8 +25,8 @@ features = ["all_types"]
[dependencies]
axum = { version = "0.6.20", default-features = false }
garde = "0.15.0"
validator = "0.16.1"
garde = { version = "0.15.0", optional = true }
validator = { version = "0.16.1", optional = true}
[dependencies.axum_typed_multipart]
version = "0.10.0"