···88// clients must share the secret in order to be able to sync, as it is needed
99// to decrypt
10101111-use fs_err as fs;
1212-use serde::{Deserialize, Serialize};
1313-use std::io::prelude::*;
1414-use std::path::PathBuf;
1111+use std::{io::prelude::*, path::PathBuf};
15121613use eyre::{eyre, Context, Result};
1414+use fs_err as fs;
1515+use serde::{Deserialize, Serialize};
1716use sodiumoxide::crypto::secretbox;
18171919-use crate::history::History;
2020-use crate::settings::Settings;
1818+use crate::{history::History, settings::Settings};
21192220#[derive(Debug, Serialize, Deserialize)]
2321pub struct EncryptedHistory {