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,