diff --git a/src/account/mod.rs b/src/account/mod.rs index 5ed0373..d816548 100644 --- a/src/account/mod.rs +++ b/src/account/mod.rs @@ -11,7 +11,7 @@ fn default_id() -> String { } /// User account struct, which can be (de-)serialized from/into TOML -#[derive(Serialize, Deserialize, PartialEq, Debug)] +#[derive(Serialize, Deserialize, PartialEq, Debug, Clone)] #[serde(default)] pub struct Account {