microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e8c4f2e8ffc1914ac7dab5e566370609f1f37cd7

Branches

Tags

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

Clone

HTTPS

Download ZIP

openhcl/build_info/build.rs

6lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4fn main() {
5 vergen::EmitBuilder::builder().all_git().emit().unwrap();
6}
7