Skip to content

Commit

Permalink
Merge pull request #63 from oiwn/dev
Browse files Browse the repository at this point in the history
re-export url when router feature is set
  • Loading branch information
oiwn authored Feb 7, 2025
2 parents 5fdcd07 + 5747c05 commit f8691d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capp-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ pub mod router;
pub use backoff;

pub use config::{ConfigError, Configurable};
#[cfg(feature = "router")]
pub use url;
2 changes: 2 additions & 0 deletions capp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ pub use capp_config as config;
#[cfg(feature = "http")]
pub use capp_config::backoff;
pub use capp_queue as queue;
#[cfg(feature = "router")]
pub use config::url;
#[cfg(feature = "mongodb")]
pub use mongodb;
#[cfg(feature = "http")]
Expand Down

0 comments on commit f8691d8

Please sign in to comment.