diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-29 16:24:25 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-29 16:24:25 +0000 |
| commit | 8937e096a4b7eba649817d12d23d3e369a4a4f1d (patch) | |
| tree | 21f53e9d851666f19fde3ff045dfd41c9cf1805e /src/lib.rs | |
| parent | b5765118fead09f3501e99bcb4cc19496912040d (diff) | |
| download | gentoo-utils-8937e096a4b7eba649817d12d23d3e369a4a4f1d.tar.gz | |
create ebuild module
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,5 +11,5 @@ pub trait Parseable<'a, I: Input + 'a> { } pub mod atom; -pub mod depend; +pub mod ebuild; pub mod useflag; |
