fix: add missing common module declaration in main.rs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
@@ -26,6 +26,8 @@ extern crate serde_json;
|
|||||||
extern crate serde_yaml;
|
extern crate serde_yaml;
|
||||||
extern crate serde;
|
extern crate serde;
|
||||||
|
|
||||||
|
mod common;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main struct for command-line arguments.
|
* Main struct for command-line arguments.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user