summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-22 02:11:52 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-23 02:49:53 +0000
commitf8149b43d463ec3248626fa2cba2ed6f8579bc47 (patch)
tree7039d4e7d89b87fdc58f7d1b11fb332636449622 /src/lib.rs
parentbffc1e88b0c84de24324442e6a17a88d90b3a63c (diff)
downloadgentoo-utils-f8149b43d463ec3248626fa2cba2ed6f8579bc47.tar.gz
rearrange modules
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 f41a1a8..beeae1e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,5 +16,5 @@ pub trait Parseable<'a, I: Input + 'a> {
}
pub mod atom;
-pub mod ebuild;
+pub mod repo;
pub mod useflag;