diff options
author | Santo Cariotti <santo@dcariotti.me> | 2023-10-15 22:00:43 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-15 22:00:43 +0200 |
commit | f9207a326c7f0e5861ee9489313861fdcd7bbff0 (patch) | |
tree | a647f8da6f596a608efffff8170da8d8db3a3b22 /Cargo.lock | |
parent | d3095900b941d7b08d579f9dc5e9dac45690228b (diff) |
Add lines style
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -239,6 +239,12 @@ dependencies = [ ] [[package]] +name = "owo-colors" +version = "3.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" + +[[package]] name = "parking_lot" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -332,6 +338,7 @@ dependencies = [ "crossterm", "fork", "nix", + "owo-colors", "ratatui", ] |