From f2ffed6d310907b36af80d075fc68d2d05886ad8 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Sat, 20 Jan 2024 11:23:49 +0100 Subject: [PATCH] chore: rename project --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0401cdc..a588ce3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 402fa98..8a730cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "git-fetcher" +name = "git-mirror-sync" version = "0.1.0" edition = "2021" diff --git a/README.md b/README.md index a793758..39718dd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# git-fetcher +# git-mirror-sync A utility that automatically updates mirrored git repositories. Written in Rust. -- libgit2 1.7.2