diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/yt/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml index 784c7d6..12456fe 100644 --- a/crates/yt/Cargo.toml +++ b/crates/yt/Cargo.toml @@ -32,7 +32,6 @@ clap = { version = "4.5.41", features = ["derive"] } clap_complete = { version = "4.5.55", features = ["unstable-dynamic"] } colors.workspace = true futures = "0.3.31" -owo-colors = "4.2.2" libmpv2.workspace = true log.workspace = true notify = { version = "8.1.0", default-features = false } |