microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f98aebb2e0ca8cbef1204344b8537eecdc2869f6

Branches

Tags

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

Clone

HTTPS

Download ZIP

openhcl/hcl_mapper/Cargo.toml

22lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "hcl_mapper"
6rust-version.workspace = true
7edition.workspace = true
8
9[dependencies]
10hcl.workspace = true
11
12hvdef.workspace = true
13page_pool_alloc.workspace = true
14
15inspect.workspace = true
16sparse_mmap.workspace = true
17
18anyhow.workspace = true
19tracing.workspace = true
20
21[lints]
22workspace = true
23