microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b1261de072d68b11e10ea446fb2aad4f10f92888

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

openhcl/build_info/build.rs

6lines · modepreview

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

fn main() {
    vergen::EmitBuilder::builder().all_git().emit().unwrap();
}