Skip to content

Commit

Permalink
feat: add derive macro to dustdata struct
Browse files Browse the repository at this point in the history
  • Loading branch information
peeeuzin committed May 16, 2024
1 parent a483095 commit e89cdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ use serde::{de::DeserializeOwned, Serialize};
use std::fmt::Debug;
use std::fs;

#[derive(Debug, Clone, Default)]
pub struct DustData {
config: config::DustDataConfig,
}
Expand Down

0 comments on commit e89cdd7

Please sign in to comment.