| 1 | # Copyright (c) Microsoft Corporation. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | [package] |
| 5 | name = "mdbook-openvmm-shim" |
| 6 | edition = "2021" |
| 7 | |
| 8 | [package.metadata.xtask.house-rules] |
| 9 | # emits a binary, where kebab-case is more natural |
| 10 | allow-dash-in-name = true |
| 11 | excluded-from-workspace = true |
| 12 | |