summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-03-08 19:58:53 -0500
committerJesse Luehrs <doy@tozt.net>2022-03-08 20:00:46 -0500
commit3a082edd58ecdf4db31702c6c8487c42227049a3 (patch)
tree6cdb3a7b635da5b06e82fc91d7ddba618822843a /Cargo.lock
parent1abb97cca69e0b513f7499cc7db03ba622b38711 (diff)
downloadnbsh-3a082edd58ecdf4db31702c6c8487c42227049a3.tar.gz
nbsh-3a082edd58ecdf4db31702c6c8487c42227049a3.zip
parse a history file if available
doesn't do anything with it yet
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2137155..dbd3a93 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1472,9 +1472,16 @@ dependencies = [
"itoa",
"libc",
"num_threads",
+ "time-macros",
]
[[package]]
+name = "time-macros"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
+
+[[package]]
name = "tinyvec"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"