mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
➕ build(deps): add the actix-multipart
dependency (#427)
This commit is contained in:
parent
193b4e36db
commit
1bba8103eb
@ -87,6 +87,10 @@ thesaurus = { version = "0.5.2", default-features = false, optional = true, feat
|
|||||||
"moby",
|
"moby",
|
||||||
]}
|
]}
|
||||||
itertools = {version = "0.13.0", default-features = false}
|
itertools = {version = "0.13.0", default-features = false}
|
||||||
|
actix-multipart = { version = "0.7.2", default-features = false, features = [
|
||||||
|
"derive",
|
||||||
|
"tempfile",
|
||||||
|
]}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rusty-hook = { version = "^0.11.2", default-features = false }
|
rusty-hook = { version = "^0.11.2", default-features = false }
|
||||||
|
Loading…
Reference in New Issue
Block a user