| 1 | # Copyright (c) Microsoft Corporation. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | [package] |
| 5 | name = "guest_test_uefi" |
| 6 | edition.workspace = true |
| 7 | rust-version.workspace = true |
| 8 | |
| 9 | [dependencies] |
| 10 | uefi = { workspace = true, features = ["alloc", "global_allocator"] } |
| 11 | |
| 12 | [lints] |
| 13 | workspace = true |
| 14 | |