aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-02-24 14:47:42 -0500
committerJesse Luehrs <doy@tozt.net>2018-02-24 14:47:42 -0500
commitc9599b94434a9320ce0c6710fcd61e1c1126495c (patch)
tree921ee839443f00d1380409b2c4ba5a6faae5a5a1 /Cargo.toml
parent756019b0a87dbda3d94a450dd115c07506f1b2c5 (diff)
downloadfancy-prompt-c9599b94434a9320ce0c6710fcd61e1c1126495c.tar.gz
fancy-prompt-c9599b94434a9320ce0c6710fcd61e1c1126495c.zip
add some tracking of time spent in git operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b875d9b..50a3493 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,6 @@ term = "0.4"
term_size = "0.3"
users = "0.6"
walkdir = "2.1"
+
+[features]
+verbose = []