From 0d7fc09680dea78ee002a8eeab90ca4cb1451fc5 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 13 Feb 2026 15:01:51 +0100 Subject: [PATCH] feat(utils/mod): adding the mod --- src/utils/mod.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/utils/mod.rs diff --git a/src/utils/mod.rs b/src/utils/mod.rs new file mode 100644 index 0000000..6706249 --- /dev/null +++ b/src/utils/mod.rs @@ -0,0 +1 @@ +include!("./mod_gen.rs");