refactor: build one binary instead of a library and a binary

This commit is contained in:
2026-09-08 11:26:33 +00:00
parent 27c6b261a6
commit 056da8b9b2
6 changed files with 21 additions and 69 deletions

View File

@@ -1,6 +1,9 @@
use std::process::ExitCode;
use ahab::{cli, command_builder, scripts};
mod cli;
mod command_builder;
mod compose;
mod scripts;
use anyhow::Result;
use clap::Parser;