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