murar8 / axum_typed_multipart

Type safe multipart/form-data handling for axum.
84 stars 14 forks source link

Why openssl as a build dependency? #69

Closed stormshield-gt closed 7 months ago

stormshield-gt commented 7 months ago

In the main Cargo.toml openssl is listed as a build dependency, but I can't find any build.rs in this project. Am I missing something?

murar8 commented 7 months ago

Hi, that was present because there was a build error when trying to compile using -Z minimal-versions, but I can see that's no longer the case.