We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5ca34 commit d0bd8a5Copy full SHA for d0bd8a5
skidder/src/lib.rs
@@ -22,7 +22,7 @@ const LIB_EXTENSION: &str = "dll";
22
23
mod build;
24
25
-#[derive(Debug)]
+#[derive(Debug, Serialize, Deserialize)]
26
pub struct Config {
27
pub repos: Vec<Repo>,
28
pub index: PathBuf,
@@ -116,7 +116,7 @@ impl Config {
116
}
117
118
119
-#[derive(Clone, Debug)]
+#[derive(Clone, Debug, Serialize, Deserialize)]
120
pub enum Repo {
121
Git {
122
name: String,
0 commit comments