We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Metadata
1 parent 4eefbae commit 9b4ab6dCopy full SHA for 9b4ab6d
1 file changed
src/output/metadata.rs
@@ -28,6 +28,7 @@ fn get_git_hash() -> String {
28
}
29
30
31
+/// Metadata about the program run, build and version information for MUSE and the user's system
32
#[derive(Serialize)]
33
struct Metadata<'a> {
34
run: RunMetadata<'a>,
0 commit comments