create ebuild module

This commit is contained in:
John Turner
2025-10-29 16:24:25 +00:00
parent b5765118fe
commit 8937e096a4
6 changed files with 215 additions and 111 deletions

View File

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