fix: import mod

This commit is contained in:
GyDi
2022-07-17 16:51:54 +08:00
parent 3d1b6d7de7
commit 66abf27edd

View File

@@ -233,6 +233,7 @@ pub mod win_service {
use anyhow::Context;
use deelevate::{PrivilegeLevel, Token};
use runas::Command as RunasCommand;
use serde::{Deserialize, Serialize};
use std::os::windows::process::CommandExt;
use std::{env::current_exe, process::Command as StdCommand};