aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* add textual comparisonHEADmasterAkshay2022-08-021-0/+1
| | | | | | structural comparison helps detect a vast majority of duplicates, but it has a few false positives when files contain only trivia. textual similarity can help detect and eliminate those false positives.
* initAkshay2022-08-021-0/+19