microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6fc92db30e9fcc231f23fd9e13d4b321849b06f3

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