Rest recommended fixed

This commit is contained in:
Falko Zurell 2025-01-17 15:32:29 +01:00
parent 43f921fcd4
commit 271e9e4a78

View file

@ -1,6 +1,5 @@
use std::fs; use std::fs;
use std::path::Path; use serde::Deserialize;
use serde::{Deserialize, Serialize};
use reqwest::blocking::Client; use reqwest::blocking::Client;
use std::error::Error; use std::error::Error;