fix: Fix module structure and simplify CI
Some checks failed
CI / check (push) Has been cancelled

This commit is contained in:
2026-02-04 10:15:25 +00:00
parent 5e5e1879a6
commit 02efb57c16

View File

@@ -8,4 +8,4 @@ pub mod merge;
pub fn run() -> anyhow::Result<()> {
let args = cli::Args::parse();
cli::execute(args)
}
}