aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
-rw-r--r--crates/atuin-client/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index 79a2f0a6..7e050f65 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -70,6 +70,14 @@ sha2 = { version = "0.10", optional = true }
indicatif = "0.17.7"
tiny-bip39 = "1"
+# theme
+crossterm = "0.27.0"
+palette = { version = "0.7.5", features = ["serializing"] }
+lazy_static = "1.4.0"
+strum_macros = "0.26.3"
+strum = { version = "0.26.2", features = ["strum_macros"] }
+
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
pretty_assertions = { workspace = true }
+testing_logger = "0.1.1"