fix: module linking

This commit is contained in:
Maxime Van Hees 2025-04-02 11:13:14 +02:00
parent a32cfb788b
commit d3e5df44bb
4 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,3 @@
mod git; mod git;
mod git_executor; mod git_executor;

View File

@ -41,6 +41,7 @@ pub mod git;
pub mod os; pub mod os;
pub mod redisclient; pub mod redisclient;
pub mod text; pub mod text;
pub mod virt;
// Version information // Version information
/// Returns the version of the SAL library /// Returns the version of the SAL library

View File

@ -1,4 +0,0 @@
pub mod os;
pub mod env;
pub mod text;
pub mod git;

1
src/virt/mod.rs Normal file
View File

@ -0,0 +1 @@
pub mod buildah;