microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e05e4a6007555f4b6f4a63e4b3cb781cc4637cf1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

openhcl/diag_proto/Cargo.toml

21lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "diag_proto"
6edition.workspace = true
7rust-version.workspace = true
8
9[dependencies]
10inspect.workspace = true
11mesh.workspace = true
12mesh_rpc.workspace = true
13
14prost.workspace = true
15
16[build-dependencies]
17mesh_build.workspace = true
18prost-build.workspace = true
19
20[lints]
21workspace = true
22