From 189f99abe6449013ddb85e99001c4cc1b19cf7b6 Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Sun, 13 Oct 2024 10:38:34 +0300 Subject: [PATCH] run ci --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 239a820..1f09336 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,6 +23,7 @@ //! crazy-train = "0.1.0" // Replace with the latest version //! ``` //! + mod errors; pub mod executer; mod generator;