aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88290e8f..10b0fdfd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,8 +56,7 @@ directories = "4"
indicatif = "0.17.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
-tui = { version = "0.19", default-features = false, features = ["termion"] }
-termion = "1.5"
+crossterm = { version = "0.26", features = ["use-dev-tty"] }
unicode-width = "0.1"
itertools = "0.10.5"
tokio = { version = "1", features = ["full"] }
@@ -75,6 +74,11 @@ semver = "1.0.14"
runtime-format = "0.1.2"
tiny-bip39 = "1"
+# from tui
+bitflags = "1.3"
+cassowary = "0.3"
+unicode-segmentation = "1.2"
+
[dependencies.tracing-subscriber]
version = "0.3"
default-features = false