Explorar o código

fix: import mod

GyDi %!s(int64=2) %!d(string=hai) anos
pai
achega
659fdd1d37
Modificáronse 1 ficheiros con 1 adicións e 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};