fix multipart support

This commit is contained in:
Greg Johnston 2024-01-19 16:52:41 -05:00
parent 26d9d75cf2
commit ddda785045
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ browser = [
]
json = []
serde-lite = ["dep:serde-lite"]
multipart = ["dep:multer"]
multipart = ["browser", "dep:multer"]
url = ["dep:serde_qs"]
cbor = ["dep:ciborium"]
rkyv = ["dep:rkyv"]