microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e8c4f2e8ffc1914ac7dab5e566370609f1f37cd7

Branches

Tags

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

Clone

HTTPS

Download ZIP

openhcl/minimal_rt/Cargo.toml

20lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "minimal_rt"
6edition = "2021"
7rust-version.workspace = true
8
9[dependencies]
10hvdef.workspace = true
11
12arrayvec.workspace = true
13cfg-if.workspace = true
14zerocopy.workspace = true
15
16[build-dependencies]
17minimal_rt_build.workspace = true
18
19[lints]
20workspace = true
21