Skip to content

Commit f902953

Browse files
committed
chore: remove unused dependencies and commented code
1 parent 3f0a3f5 commit f902953

File tree

3 files changed

+2
-106
lines changed

3 files changed

+2
-106
lines changed

Cargo.lock

Lines changed: 2 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ base64 = "0.22.1"
1111
clap = { version = "4.5.20", features = ["derive"] }
1212
clap_complete_command = "0.6.1"
1313
clap_derive = "4.5.18"
14-
color-debug = "0.1.1"
1514
colored = "2.1.0"
1615
csscolorparser = "0.7.0"
1716
directories = "6.0.0"

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use std::{
2121
use colored::Colorize;
2222

2323
fn main() -> ExitCode {
24-
// unsafe { color_debug::enable() };
2524
pretty_env_logger::init();
2625
std::panic::set_hook(Box::new(|info| {
2726
eprintln!(

0 commit comments

Comments
 (0)