summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-11-05 17:09:18 +0100
committerCanop <cano.petrole@gmail.com>2020-11-05 17:09:18 +0100
commite47ce676b0fe285f782d3a5282b8658b9b3568e5 (patch)
tree01a4be68305fd1ab85844fe1c5b8d105fb035a3d /Cargo.lock
parentcf6eab4a8ad7f1cd8881a9f4203bb8aaddb20e28 (diff)
preview now supports opening zero length "files"v1.0.5
(for exemple the ones of /proc)
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 7e79aad..a51e6b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -119,6 +119,7 @@ version = "1.0.5-dev"
dependencies = [
"ansi_colours",
"bet",
+ "char_reader",
"chrono",
"clap",
"criterion",
@@ -211,6 +212,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
+name = "char_reader"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2daa67493227adb60f22eb6dca4dc94d7a2a526b38eab5c1831d617944eb1a07"
+
+[[package]]
name = "chrono"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"