diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-03-30 06:45:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 06:45:49 +0100 |
| commit | 0d16a113c5fc9da7bb75f8c771714f4e00449f19 (patch) | |
| tree | 87e7bb841f5e9cc2ffa0dd3d5492c0a4648b4db7 /Cargo.lock | |
| parent | Update `atuin search` docs (#828) (diff) | |
| download | atuin-0d16a113c5fc9da7bb75f8c771714f4e00449f19.zip | |
Add `atuin status` (#830)
Useful for debugging, checking the state of things, and for if you
forget your username!
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -80,6 +80,7 @@ dependencies = [ "chrono", "clap", "clap_complete", + "colored", "crossbeam-channel", "crossterm", "directories", @@ -384,6 +385,17 @@ dependencies = [ ] [[package]] +name = "colored" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" +dependencies = [ + "atty", + "lazy_static", + "winapi", +] + +[[package]] name = "config" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" |
