use serde::Deserialize; use std::path; #[derive(Deserialize)] pub struct Config { pub store_dir_path: path::PathBuf, }