microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9fa0c3ee87af75e07fa974b6005348ae6b9349ff

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/schema_ado_yaml/Cargo.toml

14lines · modecode

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