diff --git a/src/git/mod.rs b/src/git/mod.rs index 9533f86..493953e 100644 --- a/src/git/mod.rs +++ b/src/git/mod.rs @@ -1,4 +1,3 @@ - mod git; mod git_executor; diff --git a/src/lib.rs b/src/lib.rs index 4e93445..f9c1477 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -41,6 +41,7 @@ pub mod git; pub mod os; pub mod redisclient; pub mod text; +pub mod virt; // Version information /// Returns the version of the SAL library diff --git a/src/mod.rs b/src/mod.rs deleted file mode 100644 index 77c54d9..0000000 --- a/src/mod.rs +++ /dev/null @@ -1,4 +0,0 @@ -pub mod os; -pub mod env; -pub mod text; -pub mod git; diff --git a/src/virt/mod.rs b/src/virt/mod.rs new file mode 100644 index 0000000..c61aaa0 --- /dev/null +++ b/src/virt/mod.rs @@ -0,0 +1 @@ +pub mod buildah; \ No newline at end of file