feat: extra traits for profile

This commit is contained in:
Gabriele Musco 2023-06-02 10:08:04 +02:00
parent f474451b37
commit afb9e2bbbc

View file

@ -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,