aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 50a3493f94fc3e9c841e418bd1f6309d5028d54b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fancy-prompt"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]

[dependencies]
chrono = "0.4"
clap = "2.30"
git2 = "0.6"
hostname = "0.1"
regex = "0.2"
term = "0.4"
term_size = "0.3"
users = "0.6"
walkdir = "2.1"

[features]
verbose = []