From af27a459494cead0e9d70cd6909d20efbc62d503 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 25 Feb 2026 21:35:20 +0100 Subject: [PATCH] feat(commands/gestion): adding the modules declaration --- src/commands/gestion/mod.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/commands/gestion/mod.rs diff --git a/src/commands/gestion/mod.rs b/src/commands/gestion/mod.rs new file mode 100644 index 0000000..6706249 --- /dev/null +++ b/src/commands/gestion/mod.rs @@ -0,0 +1 @@ +include!("./mod_gen.rs");