summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/rust/Cargo.lock')
-rw-r--r--CLI/rust/Cargo.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/CLI/rust/Cargo.lock b/CLI/rust/Cargo.lock
index 3d80c97..5c97dd6 100644
--- a/CLI/rust/Cargo.lock
+++ b/CLI/rust/Cargo.lock
@@ -37,6 +37,7 @@ dependencies = [
"os_str_bytes",
"strsim",
"termcolor",
+ "terminal_size",
"textwrap",
"unicode-width",
"vec_map",
@@ -60,6 +61,7 @@ name = "game-of-life"
version = "0.1.0"
dependencies = [
"clap",
+ "terminal_size",
]
[[package]]
@@ -183,11 +185,22 @@ dependencies = [
]
[[package]]
+name = "terminal_size"
+version = "0.1.16"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
+dependencies = [
+ "libc",
+ "winapi",
+]
+
+[[package]]
name = "textwrap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
dependencies = [
+ "terminal_size",
"unicode-width",
]