microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
991f47512a09bf18401b10769628d607f3de5497

Branches

Tags

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

Clone

HTTPS

Download ZIP

guest_test_uefi/Cargo.toml

13lines · modepreview

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

[package]
name = "guest_test_uefi"
edition.workspace = true
rust-version.workspace = true

[dependencies]
uefi = { workspace = true, features = ["alloc", "global_allocator"] }

[lints]
workspace = true