aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 14 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a0f2f5ef..717bb7b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -99,8 +99,6 @@ dependencies = [
"atuin-server",
"atuin-server-postgres",
"base64 0.21.0",
- "bitflags",
- "cassowary",
"chrono",
"clap",
"clap_complete",
@@ -116,6 +114,7 @@ dependencies = [
"interim",
"itertools",
"log",
+ "ratatui",
"rpassword",
"runtime-format",
"semver",
@@ -124,7 +123,6 @@ dependencies = [
"tiny-bip39",
"tokio",
"tracing-subscriber",
- "unicode-segmentation",
"unicode-width",
"whoami",
]
@@ -1975,6 +1973,19 @@ dependencies = [
]
[[package]]
+name = "ratatui"
+version = "0.21.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ce841e0486e7c2412c3740168ede33adeba8e154a15107b879d8162d77c7174e"
+dependencies = [
+ "bitflags",
+ "cassowary",
+ "crossterm",
+ "unicode-segmentation",
+ "unicode-width",
+]
+
+[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"