Skip to content

Commit

Permalink
Remove unused multipart dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wojnilowicz committed May 12, 2024
1 parent 051bb64 commit 4089ba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aw-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ path = "src/main.rs"
[dependencies]
rocket = { version = "0.5.0", features = ["json"] }
rocket_cors = { version = "0.6.0" }
multipart = { version = "0.18", default-features = false, features = ["server"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 4089ba4

Please sign in to comment.