microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f98aebb2e0ca8cbef1204344b8537eecdc2869f6

Branches

Tags

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

Clone

HTTPS

Download ZIP

openhcl/build_info/Cargo.toml

16lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "build_info"
6edition.workspace = true
7rust-version.workspace = true
8
9[dependencies]
10inspect.workspace = true
11
12[build-dependencies]
13vergen = { workspace = true, features = ["git", "gitcl"] }
14
15[lints]
16workspace = true
17