From c9599b94434a9320ce0c6710fcd61e1c1126495c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 24 Feb 2018 14:47:42 -0500 Subject: add some tracking of time spent in git operations --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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 = [] -- cgit v1.2.3-54-g00ecf