microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
openhcl/minimal_rt/Cargo.toml
20lines · modecode
| 1 | # Copyright (c) Microsoft Corporation. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | [package] |
| 5 | name = "minimal_rt" |
| 6 | edition = "2021" |
| 7 | rust-version.workspace = true |
| 8 | |
| 9 | [dependencies] |
| 10 | hvdef.workspace = true |
| 11 | |
| 12 | arrayvec.workspace = true |
| 13 | cfg-if.workspace = true |
| 14 | zerocopy.workspace = true |
| 15 | |
| 16 | [build-dependencies] |
| 17 | minimal_rt_build.workspace = true |
| 18 | |
| 19 | [lints] |
| 20 | workspace = true |
| 21 | |