chore: add meta_plugin module import

This commit is contained in:
Andrew Phillips (aider)
2025-05-22 13:10:00 -03:00
parent 923ed65d42
commit 08001aa2d0

View File

@@ -22,6 +22,7 @@ pub mod compression_engine;
pub mod db; pub mod db;
pub mod digest_engine; pub mod digest_engine;
pub mod plugins; pub mod plugins;
pub mod meta_plugin;
//pub mod item; //pub mod item;
extern crate term; extern crate term;