···7272}
73737474/// Source data for a file: where it came from, and its original contents.
7575-#[derive(Clone, Debug, Deserialize)]
7575+#[derive(Clone, Debug, Serialize, Deserialize)]
7676pub struct Source {
7777 /// Original source location for the file.
7878 pub path: PathBuf,