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

flowey/flowey_lib_hvlite/Cargo.toml

26lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "flowey_lib_hvlite"
6edition = "2021"
7rust-version.workspace = true
8
9[dependencies]
10flowey.workspace = true
11flowey_lib_common.workspace = true
12
13vmm_test_images = { workspace = true, features = ["serde"] }
14igvmfilegen_config.workspace = true
15
16anyhow.workspace = true
17fs-err.workspace = true
18log.workspace = true
19serde.workspace = true
20serde_json.workspace = true
21target-lexicon = { workspace = true, features = ["serde_support"] }
22which.workspace = true
23xshell.workspace = true
24
25[lints]
26workspace = true
27