Skip to content

Commit

Permalink
add: description in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthBenro008 committed Dec 4, 2021
1 parent 2baee69 commit 2850757
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[package]
name = "gunfollower"
version = "0.1.0"
edition = "2021"
readme = "README.md"
authors = ["Hemanth Krishna <hkpdev008@gmail.com>"]
license = "MIT"
description = "Rust CLI to check who unfollows you on GitHub"
readme = "README.md"
homepage = "https://github.com/DarthBenro008/gunfollower"
repository = "https://github.com/DarthBenro008/gunfollower"
keywords = ["cli", "github", "unfollow", "social"]
categories = ["command-line-utilities"]
edition = "2021"

exclude = [
"assets/*",
Expand Down

0 comments on commit 2850757

Please sign in to comment.