fix: forgot to commit derive

This commit is contained in:
Alexey 2025-12-11 10:58:55 +03:00
commit ced69e494f

View file

@ -11,7 +11,7 @@ fn default_id() -> String {
} }
/// User account struct, which can be (de-)serialized from/into TOML /// User account struct, which can be (de-)serialized from/into TOML
#[derive(Serialize, Deserialize, PartialEq, Debug)] #[derive(Serialize, Deserialize, PartialEq, Debug, Clone)]
#[serde(default)] #[serde(default)]
pub struct Account { pub struct Account {