about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 be1d35f..afaaafb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,7 @@ yt_dlp = { path = "./crates/yt_dlp" }
 bytes = { path = "./crates/bytes" }
 libmpv2 = { path = "./crates/libmpv2" }
 termsize = { path = "./crates/termsize" }
+uu_fmt = { path = "./crates/fmt" }
 
 # Shared
 log = "0.4.25"