summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30feat: traverse directoriesLars Wirzenius1-0/+32
Sponsored-by: author
2021-04-28refactor: use async for concurrencyLars Wirzenius1-0/+186
Normal tokio async tasks for collecting metadata, blocking tasks for computing checksums, so that all available CPU can be used for that.
2021-04-23drop use of rayonLars Wirzenius1-115/+0
2021-02-22chore: add Cargo.lock to gitLars Wirzenius1-0/+474
This way, what I build locally and what CI build use the same file. I'll be updating Cargo.toml manually from time to time.