summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Cherry <andrew@xyncro.com>2024-02-27 08:51:39 +0000
committerEllie Huxtable <ellie@elliehuxtable.com>2024-02-28 13:11:05 +0000
commitdd587201ca3de0bbf90707d4a39123a825f9fcdf (patch)
tree0d72b123306ad2d41178d0fc8ea8743e1051f7ec /atuin-client/Cargo.toml
parent22a9b497adea8869eba67dd153000d211d758382 (diff)
initial implementation of customizable styles for tui
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 51227044..a4a1de37 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -54,6 +54,7 @@ futures = "0.3"
crypto_secretbox = "0.1.1"
generic-array = { version = "0.14", features = ["serde"] }
serde_with = "3.5.1"
+ratatui = { workspace = true }
# encryption
rusty_paseto = { version = "0.6.0", default-features = false }