fix: resolve unresolved imports by exposing common modules

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-12 16:00:58 -03:00
parent 900f8cbc90
commit 1922a08742
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
pub mod is_binary;
pub mod status;

View File

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