microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e1cdda602823a24e5785dbcb350e21da7f113215

Branches

Tags

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

Clone

HTTPS

Download ZIP

petri/petri_artifacts_common/Cargo.toml

13lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "petri_artifacts_common"
6edition = "2021"
7rust-version.workspace = true
8
9[dependencies]
10petri_artifacts_core.workspace = true
11
12[lints]
13workspace = true
14