microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
openhcl/hcl_mapper/Cargo.toml
22lines · modecode
| 1 | # Copyright (c) Microsoft Corporation. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | [package] |
| 5 | name = "hcl_mapper" |
| 6 | rust-version.workspace = true |
| 7 | edition.workspace = true |
| 8 | |
| 9 | [dependencies] |
| 10 | hcl.workspace = true |
| 11 | |
| 12 | hvdef.workspace = true |
| 13 | page_pool_alloc.workspace = true |
| 14 | |
| 15 | inspect.workspace = true |
| 16 | sparse_mmap.workspace = true |
| 17 | |
| 18 | anyhow.workspace = true |
| 19 | tracing.workspace = true |
| 20 | |
| 21 | [lints] |
| 22 | workspace = true |
| 23 | |