From afb9e2bbbc17e73e45dfa228c50fb90c027da6e8 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Fri, 2 Jun 2023 10:08:04 +0200 Subject: [PATCH] feat: extra traits for profile --- src/profile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.rs b/src/profile.rs index 32f3565..daf60d5 100644 --- a/src/profile.rs +++ b/src/profile.rs @@ -6,7 +6,7 @@ use std::{ path::Path, }; -#[derive(Serialize, Deserialize)] +#[derive(Debug, Clone, Serialize, Deserialize)] pub struct Profile { monado_path: String, openovr_path: String,