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