tsk-80: Removing unused serde references

This commit is contained in:
kdeng00
2025-10-23 21:02:14 -04:00
parent 3cadac4efd
commit bf93c5d6a2
6 changed files with 7 additions and 16 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
use std::default::Default;
use serde::{Deserialize, Serialize};
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
#[derive(Clone, Debug, Default)]
pub struct Api {
pub url: String,
pub endpoint: String,