microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
478bf6796d8659fbd99e3413c061b39aff4ccf88

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