rearrange modules

This commit is contained in:
John Turner
2025-11-22 02:11:52 +00:00
parent bffc1e88b0
commit f8149b43d4
8 changed files with 25 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ use std::{
use gentoo_utils::{
atom::Atom,
ebuild::{Depend, repo::Repo},
repo::{Repo, ebuild::Depend},
};
fn main() -> Result<(), Box<dyn Error>> {