aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1b983a9f590e3181d246e7363a6603abdaf12fb3 (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.1"
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"
colored = { git = "https://github.com/JoshMcguigan/colored", rev = "740434a8b6142b9e50e92679950da98840763949"}
git2 = "0.8.0"
clap = "2.33.0"