feat: add decodal profile archives

This commit is contained in:
2026-07-08 18:57:54 +09:00
parent 56cac3c74a
commit a823d414d0
25 changed files with 930 additions and 21 deletions
+2
View File
@@ -849,6 +849,7 @@ mod tests {
label: Some("test".to_string()),
}],
declarations: Vec::new(),
profile_source_archive: None,
}
.with_computed_digest()
}
@@ -1135,6 +1136,7 @@ mod ws_tests {
label: Some("ws".to_string()),
}],
declarations: Vec::new(),
profile_source_archive: None,
}
.with_computed_digest()
}