From 34662ff728387a063fb1a00c1b5752a9c5b28880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 20 Nov 2021 11:29:57 +0100 Subject: [PATCH] README: Add link to creates.io --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c22d945..8f95591 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,7 @@ It requires nightly features due to the usage of [`std::path::Path::is_symlink() * [`serde`](https://docs.rs/serde/) because we're using Rust, after all * [`git2`](https://docs.rs/git2/), a safe wrapper around `libgit2`, for all git operations * [`clap`](https://docs.rs/clap/), [`console`](https://docs.rs/console/) and [`shellexpand`](https://docs.rs/shellexpand) for good UX + +# Links + +* [crates.io](https://crates.io/crates/git-repo-manager)