Skip to content

Commit

Permalink
feat(multipart): re-export multipart items
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmard committed Dec 31, 2024
1 parent 5e166a1 commit b50534c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "medullah-web"
version = "0.24.0"
version = "0.24.1"
edition = "2021"
license = "MIT"
description = "Micro-Framework Based on Ntex"
Expand Down
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ pub mod prelude {
pub use crate::results::{app_result::IntoAppResult, AppResult};
pub use crate::MEDULLAH;
}

#[cfg(feature = "multipart")]
pub mod multipart {
pub use medullah_multipart::*;
}

0 comments on commit b50534c

Please sign in to comment.