Explorar el Código

fix: import mod

GyDi hace 2 años
padre
commit
659fdd1d37
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src-tauri/src/core/service.rs

+ 1 - 0
src-tauri/src/core/service.rs

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