summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30feat: traverse directoriesLars Wirzenius1-0/+1
Sponsored-by: author
2021-04-28refactor: use async for concurrencyLars Wirzenius1-0/+2
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-1/+0
2021-01-03release: bump version to 0.26.0Lars Wirzenius1-1/+1
2020-12-25refactor: use rayon to get some parallelismLars Wirzenius1-0/+1
2020-12-06bump versionLars Wirzenius1-1/+1
2020-12-06fix: bump version againLars Wirzenius1-1/+1
CI having trouble.
2020-12-06chore: bump version number beyond 0.22Lars Wirzenius1-1/+1
The last Python version of summain was 0.22 and since this Rust version shares the name for the binary package, we need to have a greater version number.
2020-11-28chore: add repository URL to Cargo.tomlLars Wirzenius1-0/+1
2020-11-28feat: add SHA256 checksum of contents of regular filesLars Wirzenius1-0/+1
2020-11-28feat! ManifestEntry::new now looks up metadata itselfLars Wirzenius1-1/+2
2020-11-28fix: license identifier, againLars Wirzenius1-1/+1
2020-11-28fix: license identifierLars Wirzenius1-1/+1
2020-11-28chore: add fields to Cargo.toml for publishing createLars Wirzenius1-0/+3
2020-11-28feat: implement Summain in RustLars Wirzenius1-0/+5
2020-11-27initial commitLars Wirzenius1-0/+9