Skip to content

Commit

Permalink
fix: expose config module
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Jan 30, 2025
1 parent 90a07db commit 06bc49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotcha/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub use oas;
#[cfg(feature = "openapi")]
pub use gotcha_macro::api;

mod config;
pub mod config;

#[cfg(feature = "openapi")]
pub mod openapi;
Expand Down

0 comments on commit 06bc49c

Please sign in to comment.