diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-18 18:18:12 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-18 18:18:12 +0200 |
commit | 211e0bd88d3902e5226022974e3263f34e3a1aa3 (patch) | |
tree | cf8035de4a4c1faa41d501adaeafd07706f13556 | |
parent | build(treewide): Update (diff) | |
download | yt-211e0bd88d3902e5226022974e3263f34e3a1aa3.zip |
build(crates/yt/Cargo.toml): Remove now pointless `owo-colors` dep
-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 } |