From 0d16a113c5fc9da7bb75f8c771714f4e00449f19 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 30 Mar 2023 06:45:49 +0100 Subject: Add `atuin status` (#830) Useful for debugging, checking the state of things, and for if you forget your username! --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 27adc77d..af3867b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,6 +75,7 @@ tiny-bip39 = "1" futures-util = "0.3" ratatui = "0.20.1" fuzzy-matcher = "0.3.7" +colored = "2.0.0" [dependencies.tracing-subscriber] version = "0.3" -- cgit v1.3.1