summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 10:44:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 10:44:23 +0800
commit98f850a1ccd30618620a7d78999899c24463238a (patch)
treea1fe3d9754d673c9fd90ab5e042da68879148e74 /Cargo.lock
parent4b59c36ca8c53e63dd74fc0b3179a4ed9de2f60d (diff)
Use crosstermion to create a terminal with the corresponding backend
The only question left is how to conform colors.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c3577fa..74d5f8b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -232,7 +232,7 @@ dependencies = [
"structopt",
"termion",
"tui",
- "tui-react 0.4.0",
+ "tui-react 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-segmentation",
]