From 08001aa2d0d87c3bb483377c34f44d4412d21a4d Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Thu, 22 May 2025 13:10:00 -0300 Subject: [PATCH] chore: add meta_plugin module import --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 0156319..a9b5321 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,6 +22,7 @@ pub mod compression_engine; pub mod db; pub mod digest_engine; pub mod plugins; +pub mod meta_plugin; //pub mod item; extern crate term;