Skip to content

Commit

Permalink
re-export url when router feature is set
Browse files Browse the repository at this point in the history
  • Loading branch information
oiwn committed Feb 7, 2025
1 parent cab5094 commit 3da781c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ pub use serde_yaml;
pub use thiserror;
pub use tracing;
pub use tracing_subscriber;
#[cfg(feature = "router")]
pub use url;
pub use uuid;

0 comments on commit 3da781c

Please sign in to comment.