chore: rename project
Diff
Cargo.lock | 2 +-
Cargo.toml | 2 +-
README.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
@@ -166,7 +166,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "git-fetcher"
name = "git-mirror-sync"
version = "0.1.0"
dependencies = [
"clap",
@@ -1,5 +1,5 @@
[package]
name = "git-fetcher"
name = "git-mirror-sync"
version = "0.1.0"
edition = "2021"
@@ -1,4 +1,4 @@
# git-fetcher
# git-mirror-sync
A utility that automatically updates mirrored git repositories. Written in Rust.