feat: impl serde on errythang

This commit is contained in:
rvcas
2024-03-07 13:54:20 -05:00
committed by Lucas
parent 49ca7e1f75
commit fe6710935d
12 changed files with 217 additions and 59 deletions

View File

@@ -169,7 +169,7 @@ fn find_cycle(
false
}
#[derive(Debug, Clone)]
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
pub struct CheckedModule {
pub name: String,
pub code: String,