summaryrefslogtreecommitdiffstats
path: root/crates/rebel-parse/src/grammar/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-parse/src/grammar/mod.rs')
-rw-r--r--crates/rebel-parse/src/grammar/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/rebel-parse/src/grammar/mod.rs b/crates/rebel-parse/src/grammar/mod.rs
new file mode 100644
index 0000000..ed180f0
--- /dev/null
+++ b/crates/rebel-parse/src/grammar/mod.rs
@@ -0,0 +1,2 @@
+pub mod recipe;
+pub mod task_ref;