summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.lock
diff options
context:
space:
mode:
authora14m <[email protected]>2021-03-31 19:46:02 +0200
committera14m <[email protected]>2021-03-31 19:46:02 +0200
commit465c4e2301ec9dc58a1b204791a37bcf7a1cd9bd (patch)
tree9e6da0182e638e0d33aacefca3b9990c4d30a9f5 /CLI/rust/Cargo.lock
parentcc7b7a975197cd0dd65414ed372278e2cd073db0 (diff)
Update dev dependencies and README
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",
]