Skip to content

Commit

Permalink
ref: 删除无用依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
SerenitySir committed Jul 26, 2024
1 parent bb3c229 commit fdd1745
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ use crate::util::service::Service;
use clap::Parser;
use log::{debug, error, info, warn, LevelFilter};
use std::str::FromStr;
use std::sync::mpsc;
use std::thread;
use std::thread::sleep;
use std::time::Duration;
use windows_service::service::{ServiceControl, ServiceControlAccept, ServiceExitCode, ServiceState, ServiceStatus, ServiceType};
use windows_service::service_control_handler;
use windows_service::service_control_handler::ServiceControlHandlerResult;
use util::{cmd, logs};
use crate::util::cmd::Cli;

Expand Down

0 comments on commit fdd1745

Please sign in to comment.