microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
186f1e2f2226d2560c2d597bc74d672a436d7db8

Branches

Tags

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

Clone

HTTPS

Download ZIP

guest_test_uefi/Cargo.toml

13lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "guest_test_uefi"
6edition.workspace = true
7rust-version.workspace = true
8
9[dependencies]
10uefi = { workspace = true, features = ["alloc", "global_allocator"] }
11
12[lints]
13workspace = true
14