microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0d125a9d06175f274814a0b6eb76cf75079c0463

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_lib_hvlite/Cargo.toml

27lines · modecode

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