refactor(config): fix no features enabled

This commit is contained in:
Ashley Wulber 2025-08-26 19:32:35 -04:00 committed by Ashley Wulber
parent 9ea3ba01e2
commit 458f5f4dcf
4 changed files with 26 additions and 26 deletions

View file

@ -2,7 +2,7 @@
use serde::{Deserialize, Serialize};
use crate::output::comp::EdidProduct;
use crate::EdidProduct;
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct WorkspaceConfig {