microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fa2f7c99b4ca1292730b542470beb865fc246dd5

Branches

Tags

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

Clone

HTTPS

Download ZIP

hyperv/tools/hypestv/Cargo.toml

29lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "hypestv"
6edition.workspace = true
7rust-version.workspace = true
8
9[dependencies]
10clap_dyn_complete.workspace = true
11console_relay.workspace = true
12diag_client.workspace = true
13guid.workspace = true
14inspect.workspace = true
15kmsg.workspace = true
16mesh.workspace = true
17pal_async.workspace = true
18
19anyhow.workspace = true
20clap = { workspace = true, features = ["wrap_help"] }
21dirs.workspace = true
22futures.workspace = true
23futures-concurrency.workspace = true
24parking_lot.workspace = true
25rustyline = { workspace = true, features = ["derive"] }
26shell-words.workspace = true
27
28[lints]
29workspace = true
30