microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3ab5b51e61c9d4926e1c4a82d471de85ad78666b

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 = "2021"
rust-version.workspace = true

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

[lints]
workspace = true