microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c01ec12f86320d4891b338c5d03782231410c380

Branches

Tags

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

Clone

HTTPS

Download ZIP

openhcl/bootloader_fdt_parser/Cargo.toml

21lines · modepreview

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

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

[dependencies]
fdt.workspace = true
inspect.workspace = true
loader_defs = { workspace = true, features = ["inspect"] }
memory_range = { workspace = true, features = ["inspect"] }
vm_topology = { workspace = true, features = ["inspect"] }

anyhow.workspace = true
fs-err.workspace = true
igvm_defs.workspace = true

[lints]
workspace = true