port to new mon parsers

This commit is contained in:
John Turner
2025-10-27 02:07:17 -04:00
parent 0d6ab21582
commit b1bd90dac1
4 changed files with 46 additions and 50 deletions

View File

@@ -12,6 +12,8 @@ fn parse_md5_cache() {
for line in metadata.lines() {
if line.starts_with("DEPEND=") {
eprintln!("{line}");
eprintln!();
depend::parsers::exprs()
.ignore()
.or(eof())