aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fca3963d7d2b91871c36001a565325037b412e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "pista"
version = "0.1.2"
authors = ["NerdyPepper <[email protected]>"]
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]
tico    = "1.0.0"
libc    = "0.2.55"
git2    = "0.8.0"
clap    = "2.33.0"
colored = { path = "./colored", version = "1.8.0" }