diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-25 02:02:07 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-25 02:02:07 -0400 |
| commit | f05c1e92ad51edb4c6971e52f8344fdf8681afee (patch) | |
| tree | 59da0773fec1ad5a7d3e53987c5bbe042a565848 /src/lib.rs | |
| parent | f854e9757704eafaeb9e9847fbadff7d7b23e2a4 (diff) | |
| download | gentoo-utils-f05c1e92ad51edb4c6971e52f8344fdf8681afee.tar.gz | |
impl DEPEND parser
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,4 +2,5 @@ #![allow(dead_code)] pub mod atom; +pub mod depend; pub mod useflag; |
