rearrange modules

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

View File

@@ -16,5 +16,5 @@ pub trait Parseable<'a, I: Input + 'a> {
}
pub mod atom;
pub mod ebuild;
pub mod repo;
pub mod useflag;