summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2025-12-17debuggingsplit-into-workspaceJohn Turner
2025-11-26bump monJohn Turner
2025-11-21remove unneeded targets from Cargo.tomlJohn Turner
2025-11-20update mon and use new ascii parsersJohn Turner
2025-11-19impl vercmp fuzzerJohn Turner
2025-11-18setup meson to allow building multiple fuzzers easilyJohn Turner
2025-11-17bump mon for bug fixesJohn Turner
2025-11-16generate corpus to fuzz on with mesonJohn Turner
2025-11-16move fuzz stuff into its own directoryJohn Turner
2025-11-14bump mon and use SeparatedByWithTrailing combinator where neededJohn Turner
The new version of mon fixed the SeparatedBy combinator to not allow trailing delimiters. This broke the Depend expr parser, because the exprs are padded with whitespace. Using the new SeparatedByWithTrailing combinator fixes this issue.
2025-11-13bump monJohn Turner
2025-11-13bump monJohn Turner
2025-11-01update monJohn Turner
2025-11-01update parsers to use the ParserIter trait from monJohn Turner
2025-10-30update to new version of monJohn Turner
2025-10-28use mon and get from gitJohn Turner
2025-10-27add thiserror dependencyJohn Turner
2025-10-26enable debug info in dev profileJohn Turner
2025-10-25add itertools dependencyJohn Turner
2025-10-23add get crateJohn Turner
2025-10-21initJohn Turner