aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-08-30 04:51:51 +0200
committerTeddy Wing2020-08-30 04:51:51 +0200
commit4477ae635ec67d2b79ac670bbd73b88d4979e786 (patch)
tree7b3cea61bda3409d67d9132ded590d03de19ee16 /Cargo.toml
parent436c09d6484b657056db07f68b11da116bbd0307 (diff)
downloadgit-suggestion-4477ae635ec67d2b79ac670bbd73b88d4979e786.tar.bz2
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"