From acca699f07724d7a92935e4a561bd9f7949826b2 Mon Sep 17 00:00:00 2001 From: despiegk Date: Sat, 19 Apr 2025 11:24:06 +0200 Subject: [PATCH] ... --- herodb/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/herodb/src/lib.rs b/herodb/src/lib.rs index f1f91be..f5b6a46 100644 --- a/herodb/src/lib.rs +++ b/herodb/src/lib.rs @@ -7,6 +7,7 @@ pub mod db; pub mod error; pub mod models; +// pub mod rhaiengine; // Re-exports pub use error::Error;