aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2022-06-04Increase version v0.0.2 -> v0.0.3HEADv0.0.3masterTeddy Wing
2022-06-03Cargo.toml: Update 'thiserror' to v1.0.31Teddy Wing
2022-06-03Update Cargo.lockTeddy Wing
2021-06-12Process repositories on multiple threadsTeddy Wing
2021-06-12Switch from 'reqwest' to 'ureq'; Remove asyncTeddy Wing
2021-06-11Replace 'sqlx' with 'rusqlite'Teddy Wing
2021-06-07Switch `futures::executor` to Tokio runtimeTeddy Wing
2021-06-06Provide an option to skip repos larger than a given sizeTeddy Wing
2021-06-06Make repo mirroring multi-threadedTeddy Wing
2021-06-05Add command line option parsingTeddy Wing
2021-05-30Set repository mtime to GitHub `updated_at` timeTeddy Wing
2021-05-30Replace boxed errors with concrete error typesTeddy Wing
2021-05-30database: Use a custom `Error` typeTeddy Wing
2021-05-29Start setting up database interfaceTeddy Wing
2021-05-29Work out how to mirror a Git repositoryTeddy Wing
2021-05-29Parse GitHub API response to a structTeddy Wing
2021-05-29Make a test request to the GitHub API to get user reposTeddy Wing
2021-05-29New Rust v1.50.0 projectTeddy Wing