aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock44
1 files changed, 1 insertions, 43 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 63d34ea..ade0cc4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -92,12 +92,6 @@ dependencies = [
92] 92]
93 93
94[[package]] 94[[package]]
95name = "cc"
96version = "1.0.58"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
99
100[[package]]
101name = "cfg-if" 95name = "cfg-if"
102version = "0.1.10" 96version = "0.1.10"
103source = "registry+https://github.com/rust-lang/crates.io-index" 97source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -201,10 +195,7 @@ dependencies = [
201 "lazy_static", 195 "lazy_static",
202 "libc", 196 "libc",
203 "log", 197 "log",
204 "maplit",
205 "ncurses",
206 "signal-hook", 198 "signal-hook",
207 "term_size",
208 "termion", 199 "termion",
209 "unicode-segmentation", 200 "unicode-segmentation",
210 "unicode-width", 201 "unicode-width",
@@ -269,7 +260,7 @@ dependencies = [
269 260
270[[package]] 261[[package]]
271name = "dijo" 262name = "dijo"
272version = "0.1.3" 263version = "0.1.4"
273dependencies = [ 264dependencies = [
274 "chrono", 265 "chrono",
275 "clap", 266 "clap",
@@ -540,12 +531,6 @@ dependencies = [
540] 531]
541 532
542[[package]] 533[[package]]
543name = "maplit"
544version = "1.0.2"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
547
548[[package]]
549name = "maybe-uninit" 534name = "maybe-uninit"
550version = "2.0.0" 535version = "2.0.0"
551source = "registry+https://github.com/rust-lang/crates.io-index" 536source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -595,17 +580,6 @@ dependencies = [
595] 580]
596 581
597[[package]] 582[[package]]
598name = "ncurses"
599version = "5.99.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "15699bee2f37e9f8828c7b35b2bc70d13846db453f2d507713b758fabe536b82"
602dependencies = [
603 "cc",
604 "libc",
605 "pkg-config",
606]
607
608[[package]]
609name = "net2" 583name = "net2"
610version = "0.2.34" 584version = "0.2.34"
611source = "registry+https://github.com/rust-lang/crates.io-index" 585source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -713,12 +687,6 @@ dependencies = [
713] 687]
714 688
715[[package]] 689[[package]]
716name = "pkg-config"
717version = "0.3.18"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
720
721[[package]]
722name = "proc-macro-hack" 690name = "proc-macro-hack"
723version = "0.5.16" 691version = "0.5.16"
724source = "registry+https://github.com/rust-lang/crates.io-index" 692source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -882,16 +850,6 @@ dependencies = [
882] 850]
883 851
884[[package]] 852[[package]]
885name = "term_size"
886version = "0.3.2"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
889dependencies = [
890 "libc",
891 "winapi 0.3.9",
892]
893
894[[package]]
895name = "termion" 853name = "termion"
896version = "1.5.5" 854version = "1.5.5"
897source = "registry+https://github.com/rust-lang/crates.io-index" 855source = "registry+https://github.com/rust-lang/crates.io-index"