From a02269eb439434727d76f35c50b3d26d1977fcff Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 2 Sep 2025 16:19:22 +0200 Subject: [PATCH] fix: made flow_validator a public module --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index cb80057..4b1b216 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,4 +8,4 @@ pub mod flow_config; pub mod flow_health; #[cfg(feature = "flow_validator")] -mod flow_validator; \ No newline at end of file +pub mod flow_validator;