We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9050a0d commit 920b74eCopy full SHA for 920b74e
Cargo.toml
@@ -26,4 +26,5 @@ doctest = true
26
default = ["all"]
27
flow_definition = []
28
flow_config = []
29
-all = ["flow_definition", "flow_config"]
+flow_health = []
30
+all = ["flow_definition", "flow_config", "flow_health"]
src/flow_health/mod.rs
src/lib.rs
@@ -3,3 +3,6 @@ pub mod flow_definition;
3
4
#[cfg(feature = "flow_config")]
5
pub mod flow_config;
6
+
7
+#[cfg(feature = "flow_health")]
8
+pub mod flow_health;
0 commit comments