Skip to content

Commit e5d4ca4

Browse files
committed
feat: added flow_definition feature
1 parent 45aa000 commit e5d4ca4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ pub mod flow_store;
33

44
#[cfg(feature = "flow_queue")]
55
pub mod flow_queue;
6+
7+
#[cfg(feature = "flow_definition")]
8+
pub mod flow_definition;

0 commit comments

Comments
 (0)