From f9207a326c7f0e5861ee9489313861fdcd7bbff0 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 15 Oct 2023 22:00:43 +0200 Subject: Add lines style --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5babd0c..0ead12d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,5 @@ clap = { version = "4.4.6", features = ["derive"] } crossterm = "0.27.0" fork = "0.1.22" nix = { version = "0.27.1", features = ["ptrace"] } +owo-colors = "3.5.0" ratatui = "0.23.0" -- cgit v1.2.3-71-g8e6c