fix: import mod

This commit is contained in:
GyDi 2022-07-17 16:51:54 +08:00
parent 8bce2ce040
commit 659fdd1d37
No known key found for this signature in database
GPG Key ID: 58B15242BA8277A6

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};