summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-29 16:24:25 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-10-29 16:24:25 +0000
commit8937e096a4b7eba649817d12d23d3e369a4a4f1d (patch)
tree21f53e9d851666f19fde3ff045dfd41c9cf1805e /src/lib.rs
parentb5765118fead09f3501e99bcb4cc19496912040d (diff)
downloadgentoo-utils-8937e096a4b7eba649817d12d23d3e369a4a4f1d.tar.gz
create ebuild module
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ab209e9..fdaf714 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,5 +11,5 @@ pub trait Parseable<'a, I: Input + 'a> {
}
pub mod atom;
-pub mod depend;
+pub mod ebuild;
pub mod useflag;