summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-10-15 20:00:43 +0000
committerSanto Cariotti <santo@dcariotti.me>2023-10-15 20:00:43 +0000
commitf9207a326c7f0e5861ee9489313861fdcd7bbff0 (patch)
treea647f8da6f596a608efffff8170da8d8db3a3b22 /Cargo.toml
parentd3095900b941d7b08d579f9dc5e9dac45690228b (diff)
Add lines style
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"