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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rebel-parse/src/grammar/mod.rs b/crates/rebel-parse/src/grammar/mod.rs
index ed180f0..de06991 100644
--- a/crates/rebel-parse/src/grammar/mod.rs
+++ b/crates/rebel-parse/src/grammar/mod.rs
@@ -1,2 +1,3 @@
pub mod recipe;
pub mod task_ref;
+pub mod tokenize;