|
@@ -827,6 +827,12 @@ dependencies = [
|
|
|
"tungstenite",
|
|
"tungstenite",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "cassowary"
|
|
|
|
|
+version = "0.3.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "cc"
|
|
name = "cc"
|
|
|
version = "1.0.72"
|
|
version = "1.0.72"
|
|
@@ -2810,6 +2816,14 @@ dependencies = [
|
|
|
"value-bag",
|
|
"value-bag",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "map"
|
|
|
|
|
+version = "0.3.0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "termion",
|
|
|
|
|
+ "tui",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "matches"
|
|
name = "matches"
|
|
|
version = "0.1.9"
|
|
version = "0.1.9"
|
|
@@ -5495,6 +5509,19 @@ version = "0.12.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
|
|
checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tui"
|
|
|
|
|
+version = "0.16.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitflags",
|
|
|
|
|
+ "cassowary",
|
|
|
|
|
+ "termion",
|
|
|
|
|
+ "unicode-segmentation",
|
|
|
|
|
+ "unicode-width",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tungstenite"
|
|
name = "tungstenite"
|
|
|
version = "0.16.0"
|
|
version = "0.16.0"
|