microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
openhcl/build_info/Cargo.toml
16lines · modecode
| 1 | # Copyright (c) Microsoft Corporation. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | [package] |
| 5 | name = "build_info" |
| 6 | edition.workspace = true |
| 7 | rust-version.workspace = true |
| 8 | |
| 9 | [dependencies] |
| 10 | inspect.workspace = true |
| 11 | |
| 12 | [build-dependencies] |
| 13 | vergen = { workspace = true, features = ["git", "gitcl"] } |
| 14 | |
| 15 | [lints] |
| 16 | workspace = true |
| 17 | |