From b0fe8162fd6f03a29c8dc0556a14d3b09be94cc8 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Mon, 20 May 2019 20:05:03 +0530 Subject: add metadata --- Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0302432..7420c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,16 @@ name = "pista" version = "0.1.0" authors = ["NerdyPepper "] edition = "2018" +description = "A simple bash prompt for programmers" +homepage = "https://github.com/nerdypepper/pista" +repository = "https://github.com/nerdypepper/pista" +readme = "./readme.md" +keywords = ["shell", "prompt", "theme", "cli"] +categories = ["command-line-interface", "command-line-utilities", "config"] +license = "MIT" + [dependencies] -lazy_static = "1.3.0" tico = "1.0.0" libc = "0.2.55" colored = "1.8.0" -- cgit v1.2.3