summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPiotr Wach <pwach@bloomberg.net>2023-11-23 22:50:51 +0000
committerPiotr Wach <pwach@bloomberg.net>2023-11-24 18:26:24 +0000
commit2bd06be9ee5ad8e1a747544899b299a53a950940 (patch)
tree1ca59bbaf5be20329f45198d29a6494abe87a46e /Cargo.lock
parentadebd00daa409da67d2f252b966e2dba632acda3 (diff)
Adds keybinding 'm' to toggle sorting by modified time
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f9c11a..9039ee1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -102,6 +102,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
+name = "chrono"
+version = "0.4.31"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
+dependencies = [
+ "num-traits",
+]
+
+[[package]]
name = "clap"
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -264,6 +273,7 @@ dependencies = [
"anyhow",
"atty",
"byte-unit",
+ "chrono",
"clap",
"crosstermion",
"filesize",
@@ -461,6 +471,15 @@ dependencies = [
]
[[package]]
+name = "num-traits"
+version = "0.2.17"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
+dependencies = [
+ "autocfg",
+]
+
+[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"