diff options
author | NerdyPepper <[email protected]> | 2019-05-20 15:35:03 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-05-20 15:35:03 +0100 |
commit | b0fe8162fd6f03a29c8dc0556a14d3b09be94cc8 (patch) | |
tree | f215bd899350d397ce3573c2f6cb3135dae9de2e | |
parent | b297d4b7250ebb86d91a13ea535f0f32dc4388aa (diff) |
add metadata
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -3,9 +3,16 @@ name = "pista" | |||
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["NerdyPepper <[email protected]>"] | 4 | authors = ["NerdyPepper <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | description = "A simple bash prompt for programmers" | ||
7 | homepage = "https://github.com/nerdypepper/pista" | ||
8 | repository = "https://github.com/nerdypepper/pista" | ||
9 | readme = "./readme.md" | ||
10 | keywords = ["shell", "prompt", "theme", "cli"] | ||
11 | categories = ["command-line-interface", "command-line-utilities", "config"] | ||
12 | license = "MIT" | ||
13 | |||
6 | 14 | ||
7 | [dependencies] | 15 | [dependencies] |
8 | lazy_static = "1.3.0" | ||
9 | tico = "1.0.0" | 16 | tico = "1.0.0" |
10 | libc = "0.2.55" | 17 | libc = "0.2.55" |
11 | colored = "1.8.0" | 18 | colored = "1.8.0" |