summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-06-20 22:14:07 +0200
committerCanop <cano.petrole@gmail.com>2019-06-20 22:14:07 +0200
commit51329400b9c20893b4421ed212eb12eaa9439f23 (patch)
tree49e17b6f459715353441849e8a3e6c52c9305225 /Cargo.lock
parent9d43e89b89cecac32940d8df2d0fb1615c3b899b (diff)
new toggle to display last modified date of files
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 675eb95..9bb37f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -88,6 +88,7 @@ dependencies = [
name = "broot"
version = "0.8.5"
dependencies = [
+ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"crossterm 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",