From 4477ae635ec67d2b79ac670bbd73b88d4979e786 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Aug 2020 04:51:51 +0200 Subject: git-suggestion-cli: Rename crate to `git-suggestion` Now that I'm using the name "git-suggestion" in a few places, and from a user perspective, it's more Git-oriented than GitHub-oriented, I think the crate should be renamed to reflect that. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1bb8ffc..6201f7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "github-suggestion-cli" +name = "git-suggestion" version = "0.1.0" edition = "2018" -- cgit v1.2.3