aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-05-20 15:35:03 +0100
committerNerdyPepper <[email protected]>2019-05-20 15:35:03 +0100
commitb0fe8162fd6f03a29c8dc0556a14d3b09be94cc8 (patch)
treef215bd899350d397ce3573c2f6cb3135dae9de2e
parentb297d4b7250ebb86d91a13ea535f0f32dc4388aa (diff)
add metadata
-rw-r--r--Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0302432..7420c74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,9 +3,16 @@ name = "pista"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["NerdyPepper <[email protected]>"] 4authors = ["NerdyPepper <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "A simple bash prompt for programmers"
7homepage = "https://github.com/nerdypepper/pista"
8repository = "https://github.com/nerdypepper/pista"
9readme = "./readme.md"
10keywords = ["shell", "prompt", "theme", "cli"]
11categories = ["command-line-interface", "command-line-utilities", "config"]
12license = "MIT"
13
6 14
7[dependencies] 15[dependencies]
8lazy_static = "1.3.0"
9tico = "1.0.0" 16tico = "1.0.0"
10libc = "0.2.55" 17libc = "0.2.55"
11colored = "1.8.0" 18colored = "1.8.0"